Searched defs:funcType (Results 1 – 7 of 7) sorted by relevance
/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | signature.go | 95 func (check *Checker) funcType(sig *Signature, recvPar *syntax.Field, tparams []*syntax.Field, ftyp… func
|
/prebuilts/go/linux-x86/src/go/types/ |
D | signature.go | 106 func (check *Checker) funcType(sig *Signature, recvPar *ast.FieldList, ftyp *ast.FuncType) { func
|
/prebuilts/go/linux-x86/src/reflect/ |
D | abi.go | 387 func newAbiDesc(t *funcType, rcvr *abi.Type) abiDesc {
|
D | type.go | 360 type funcType = abi.FuncType talias 2003 func funcStr(ft *funcType) string { 2970 func funcLayout(t *funcType, rcvr *abi.Type) (frametype *abi.Type, framePool *sync.Pool, abid abiDe…
|
/prebuilts/go/linux-x86/src/internal/reflectlite/ |
D | type.go | 110 type funcType = abi.FuncType talias
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
D | parser.go | 1428 func (p *parser) funcType(context string) ([]*Field, *FuncType) { func
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/types/ |
D | type.go | 359 func (t *Type) funcType() *Func { func
|