type internal/abi.FuncType

19 uses

	internal/abi (current package)
		type.go#L340: 			FuncType
		type.go#L430: func (t *Type) FuncType() *FuncType {
		type.go#L434: 	return (*FuncType)(unsafe.Pointer(t))
		type.go#L501: type FuncType struct {
		type.go#L507: func (t *FuncType) In(i int) *Type {
		type.go#L511: func (t *FuncType) NumIn() int {
		type.go#L515: func (t *FuncType) NumOut() int {
		type.go#L519: func (t *FuncType) Out(i int) *Type {
		type.go#L523: func (t *FuncType) InSlice() []*Type {
		type.go#L533: func (t *FuncType) OutSlice() []*Type {
		type.go#L545: func (t *FuncType) IsVariadic() bool {

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

	reflect
		type.go#L361: type funcType = abi.FuncType
		type.go#L792: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L800: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L808: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L816: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L824: 	tt := (*abi.FuncType)(unsafe.Pointer(t))

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