type internal/abi.FuncType

19 uses

	internal/abi (current package)
		type.go#L334: 			FuncType
		type.go#L424: func (t *Type) FuncType() *FuncType {
		type.go#L428: 	return (*FuncType)(unsafe.Pointer(t))
		type.go#L495: type FuncType struct {
		type.go#L501: func (t *FuncType) In(i int) *Type {
		type.go#L505: func (t *FuncType) NumIn() int {
		type.go#L509: func (t *FuncType) NumOut() int {
		type.go#L513: func (t *FuncType) Out(i int) *Type {
		type.go#L517: func (t *FuncType) InSlice() []*Type {
		type.go#L527: func (t *FuncType) OutSlice() []*Type {
		type.go#L539: func (t *FuncType) IsVariadic() bool {

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

	reflect
		type.go#L393: type funcType = abi.FuncType
		type.go#L824: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L832: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L840: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L848: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L856: 	tt := (*abi.FuncType)(unsafe.Pointer(t))

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