const internal/abi.Func
16 uses
	internal/abi (current package)
		type.go#L63: 	Func
		type.go#L159: 	Func:          "func",
		type.go#L327: 	case Func:
		type.go#L420: 	if t.Kind() != Func {
	internal/reflectlite
		type.go#L565: 	case abi.Func:
		value.go#L293: 	case abi.Chan, abi.Func, abi.Map, abi.Pointer, abi.UnsafePointer:
	reflect
		type.go#L897: 	if t.Kind() != abi.Func {
		type.go#L905: 	if y.Kind() != abi.Func {
		type.go#L925: 	if t.Kind() != abi.Func {
		type.go#L933: 	if y.Kind() != abi.Func {
		type.go#L2971: 	if t.Kind() != abi.Func {
	runtime
		cgocall.go#L606: 	case abi.Func:
		debuglog.go#L282: 		case abi.Chan, abi.Func, abi.Map, abi.Pointer, abi.UnsafePointer:
		mfinal.go#L468: 	if ftyp.Kind_&abi.KindMask != abi.Func {
		plugin.go#L91: 		if t.Kind_&abi.KindMask == abi.Func {
		type.go#L393: 	case abi.Func:
|  | 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. |