func runtime.cgoCheckArg
10 uses
runtime (current package)
cgocall.go#L406: cgoCheckArg(pt.elem, p, true, false, cgoCheckPointerFail)
cgocall.go#L424: cgoCheckArg(t, ep.data, t.kind&kindDirectIface == 0, top, cgoCheckPointerFail)
cgocall.go#L434: func cgoCheckArg(t *_type, p unsafe.Pointer, indir, top bool, msg string) {
cgocall.go#L449: cgoCheckArg(at.elem, p, at.elem.kind&kindDirectIface == 0, top, msg)
cgocall.go#L453: cgoCheckArg(at.elem, p, true, top, msg)
cgocall.go#L487: cgoCheckArg(it, p, it.kind&kindDirectIface == 0, false, msg)
cgocall.go#L502: cgoCheckArg(st.elem, p, true, false, msg)
cgocall.go#L519: cgoCheckArg(st.fields[0].typ, p, st.fields[0].typ.kind&kindDirectIface == 0, top, msg)
cgocall.go#L526: cgoCheckArg(f.typ, add(p, f.offset()), true, top, msg)
cgocall.go#L627: cgoCheckArg(t, ep.data, t.kind&kindDirectIface == 0, false, cgoResultFail)
 |
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. |