type internal/abi.FuncType

19 uses

	internal/abi (current package)
		type.go#L336: 			FuncType
		type.go#L426: func (t *Type) FuncType() *FuncType {
		type.go#L430: 	return (*FuncType)(unsafe.Pointer(t))
		type.go#L497: type FuncType struct {
		type.go#L503: func (t *FuncType) In(i int) *Type {
		type.go#L507: func (t *FuncType) NumIn() int {
		type.go#L511: func (t *FuncType) NumOut() int {
		type.go#L515: func (t *FuncType) Out(i int) *Type {
		type.go#L519: func (t *FuncType) InSlice() []*Type {
		type.go#L529: func (t *FuncType) OutSlice() []*Type {
		type.go#L541: func (t *FuncType) IsVariadic() bool {

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

	reflect
		type.go#L370: type funcType = abi.FuncType
		type.go#L801: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L809: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L817: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L825: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L833: 	tt := (*abi.FuncType)(unsafe.Pointer(t))

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