const internal/abi.UnsafePointer
10 uses
	internal/abi (current package)
		type.go#L70: 	UnsafePointer
		type.go#L166: 	UnsafePointer: "unsafe.Pointer",
	internal/reflectlite
		type.go#L545: 	if abi.Bool <= kind && kind <= abi.Complex128 || kind == abi.String || kind == abi.UnsafePointer {
		value.go#L293: 	case abi.Chan, abi.Func, abi.Map, abi.Pointer, abi.UnsafePointer:
	runtime
		cgocall.go#L534: 	if arg != nil && (t.Kind_&abi.KindMask == abi.Pointer || t.Kind_&abi.KindMask == abi.UnsafePointer) {
		cgocall.go#L545: 			if t.Kind_&abi.KindMask == abi.UnsafePointer {
		cgocall.go#L673: 	case abi.Pointer, abi.UnsafePointer:
		debuglog.go#L282: 		case abi.Chan, abi.Func, abi.Map, abi.Pointer, abi.UnsafePointer:
		pinner.go#L111: 	if kind := etyp.Kind_ & abi.KindMask; kind != abi.Pointer && kind != abi.UnsafePointer {
		type.go#L383: 	case abi.String, abi.UnsafePointer:
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |