Home | History | Annotate | Download | only in reflect

Lines Matching defs:funcType

365 // funcType represents a function type.
368 // directly follows the funcType (and possibly its uncommonType). So
372 // funcType
376 type funcType struct {
385 typ typeOff // .(*FuncType) underneath
712 funcType
850 ft := (*funcType)(unsafe.Pointer(mtyp))
936 tt := (*funcType)(unsafe.Pointer(t))
997 tt := (*funcType)(unsafe.Pointer(t))
1029 tt := (*funcType)(unsafe.Pointer(t))
1037 tt := (*funcType)(unsafe.Pointer(t))
1045 tt := (*funcType)(unsafe.Pointer(t))
1049 func (t *funcType) in() []*rtype {
1060 func (t *funcType) out() []*rtype {
1657 t := (*funcType)(unsafe.Pointer(T))
1658 v := (*funcType)(unsafe.Pointer(V))
1928 funcType
1932 funcType
1936 funcType
1940 funcType
1944 funcType
1948 funcType
1966 prototype := *(**funcType)(unsafe.Pointer(&ifunc))
1969 var ft *funcType
1975 ft = &fixed.funcType
1979 ft = &fixed.funcType
1983 ft = &fixed.funcType
1987 ft = &fixed.funcType
1991 ft = &fixed.funcType
1995 ft = &fixed.funcType
2071 // funcStr builds a string representation of a funcType.
2072 func funcStr(ft *funcType) string {
3081 tt := (*funcType)(unsafe.Pointer(t))