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) {