Home
last modified time | relevance | path

Searched defs:funcType (Results 1 – 7 of 7) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dsignature.go95 func (check *Checker) funcType(sig *Signature, recvPar *syntax.Field, tparams []*syntax.Field, ftyp… func
/prebuilts/go/linux-x86/src/go/types/
Dsignature.go106 func (check *Checker) funcType(sig *Signature, recvPar *ast.FieldList, ftyp *ast.FuncType) { func
/prebuilts/go/linux-x86/src/reflect/
Dabi.go387 func newAbiDesc(t *funcType, rcvr *abi.Type) abiDesc {
Dtype.go360 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/
Dtype.go110 type funcType = abi.FuncType talias
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dparser.go1428 func (p *parser) funcType(context string) ([]*Field, *FuncType) { func
/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go359 func (t *Type) funcType() *Func { func