type reflect.makeFuncImpl

3 uses

	reflect (current package)
		makefunc.go#L18: type makeFuncImpl struct {
		makefunc.go#L65: 	impl := &makeFuncImpl{code: code, stack: stack, argLen: argLen, ftyp: ftyp, fn: fn}
		value.go#L536: func callReflect(ctxt *makeFuncImpl, frame unsafe.Pointer, retValid *bool) {