const internal/abi.Pointer
32 uses
internal/abi (current package)
type.go#L74: Pointer
type.go#L173: Pointer: "ptr",
type.go#L326: case Pointer:
type.go#L389: case Pointer:
internal/reflectlite
type.go#L80: const Ptr = abi.Pointer
value.go#L247: case abi.Pointer:
value.go#L295: case abi.Chan, abi.Func, abi.Map, abi.Pointer, abi.UnsafePointer:
reflect
type.go#L1308: if ntyp.Kind() == abi.Pointer {
type.go#L2317: if f.Typ.Kind() == abi.Pointer {
type.go#L2320: if k := elem.Kind(); k == abi.Pointer || k == abi.Interface {
value.go#L3428: if dst.Kind() == abi.Pointer && dst.Elem().Kind() == abi.Array && src.Elem() == dst.Elem().Elem() {
value.go#L3449: if dst.Kind() == abi.Pointer && nameFor(dst) == "" &&
value.go#L3450: src.Kind() == abi.Pointer && nameFor(src) == "" &&
runtime
arena.go#L114: if t.Kind() != abi.Pointer {
arena.go#L153: case abi.Pointer:
arena.go#L179: case abi.Pointer:
arena.go#L296: if typ.Kind() != abi.Pointer {
cgocall.go#L573: if arg != nil && (t.Kind() == abi.Pointer || t.Kind() == abi.UnsafePointer) {
cgocall.go#L602: case abi.Pointer:
cgocall.go#L727: case abi.Pointer, abi.UnsafePointer:
cgocall.go#L765: panic(cgoFormatErr(msg, abi.Pointer))
cgocall.go#L775: panic(cgoFormatErr(msg, abi.Pointer))
cgocall.go#L850: case abi.Pointer:
debuglog.go#L332: case abi.Chan, abi.Func, abi.Map, abi.Pointer, abi.UnsafePointer:
mbitmap.go#L1821: if t.Kind() != abi.Pointer {
mcleanup.go#L95: if kind == abi.Pointer || kind == abi.UnsafePointer {
mcleanup.go#L140: if kind == abi.Pointer || kind == abi.UnsafePointer {
mfinal.go#L255: case abi.Pointer:
mfinal.go#L438: if etyp.Kind() != abi.Pointer {
mfinal.go#L508: case fint.Kind() == abi.Pointer:
pinner.go#L131: if kind := etyp.Kind(); kind != abi.Pointer && kind != abi.UnsafePointer {
type.go#L610: case abi.Pointer: