func runtime.cgoIsGoPointer
16 uses
runtime (current package)
cgocall.go#L395: if p == nil || !cgoIsGoPointer(p) {
cgocall.go#L465: if !cgoIsGoPointer(p) {
cgocall.go#L481: if !cgoIsGoPointer(p) {
cgocall.go#L492: if p == nil || !cgoIsGoPointer(p) {
cgocall.go#L507: if !cgoIsGoPointer(ss.str) {
cgocall.go#L536: if !cgoIsGoPointer(p) {
cgocall.go#L565: if hbits.isPointer() && cgoIsGoPointer(*(*unsafe.Pointer)(unsafe.Pointer(base + i))) {
cgocall.go#L592: func cgoIsGoPointer(p unsafe.Pointer) bool {
cgocheck.go#L26: if !cgoIsGoPointer(unsafe.Pointer(src)) {
cgocheck.go#L29: if cgoIsGoPointer(unsafe.Pointer(dst)) {
cgocheck.go#L70: if !cgoIsGoPointer(src) {
cgocheck.go#L73: if cgoIsGoPointer(dst) {
cgocheck.go#L90: if !cgoIsGoPointer(src) {
cgocheck.go#L93: if cgoIsGoPointer(dst) {
cgocheck.go#L158: if cgoIsGoPointer(v) {
cgocheck.go#L191: if cgoIsGoPointer(v) {
![]() |
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. |