const runtime.kindPtr
9 uses
runtime (current package)
cgocall.go#L390: if arg != nil && (t.kind&kindMask == kindPtr || t.kind&kindMask == kindUnsafePointer) {
cgocall.go#L528: case kindPtr, kindUnsafePointer:
debuglog.go#L279: case kindChan, kindFunc, kindMap, kindPtr, kindUnsafePointer:
mfinal.go#L205: case kindPtr:
mfinal.go#L320: if etyp.kind&kindMask != kindPtr {
mfinal.go#L389: case fint.kind&kindMask == kindPtr:
type.go#L69: case kindPtr:
type.go#L694: case kindPtr:
typekind.go#L29: kindPtr
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |