type internal/abi.FuncType

19 uses

	internal/abi (current package)
		type.go#L302: 			FuncType
		type.go#L392: func (t *Type) FuncType() *FuncType {
		type.go#L396: 	return (*FuncType)(unsafe.Pointer(t))
		type.go#L494: type FuncType struct {
		type.go#L500: func (t *FuncType) In(i int) *Type {
		type.go#L504: func (t *FuncType) NumIn() int {
		type.go#L508: func (t *FuncType) NumOut() int {
		type.go#L512: func (t *FuncType) Out(i int) *Type {
		type.go#L516: func (t *FuncType) InSlice() []*Type {
		type.go#L526: func (t *FuncType) OutSlice() []*Type {
		type.go#L538: func (t *FuncType) IsVariadic() bool {

	internal/reflectlite
		type.go#L110: type funcType = abi.FuncType

	reflect
		type.go#L331: type funcType = abi.FuncType
		type.go#L772: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L780: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L788: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L796: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L804: 	tt := (*abi.FuncType)(unsafe.Pointer(t))

	runtime
		type.go#L228: type functype = abi.FuncType