/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | named.go | 95 type Named struct { struct 96 check *Checker // non-nil during type-checking; nil otherwise 97 …j *TypeName // corresponding declared object for declared types; see above for instantiated types 102 fromRHS Type 105 inst *instance 107 mu sync.Mutex // guards all fields below 108 state_ uint32 // the current state of this type; must only be accessed atomically 109 underlying Type // possibly a *Named during setup; never a *Named once set up completely 110 tparams *TypeParamList // type parameters, or nil 117 methods []*Func [all …]
|
D | validtype.go | 13 func (check *Checker) validType(typ *Named) { 27 func (check *Checker) validType0(pos syntax.Pos, typ Type, nest, path []*Named) bool { 192 func makeObjList(tlist []*Named) []Object {
|
D | instantiate.go | 85 func (check *Checker) instance(pos syntax.Pos, orig genericType, targs []Type, expanding *Named, ct…
|
D | decl.go | 725 func (check *Checker) checkFieldUniqueness(base *Named) {
|
D | alias.go | 137 func (check *Checker) newAliasInstance(pos syntax.Pos, orig *Alias, targs []Type, expanding *Named,…
|
D | subst.go | 55 func (check *Checker) subst(pos syntax.Pos, typ Type, smap substMap, expanding *Named, ctxt *Contex…
|
D | predicates.go | 498 func identicalOrigin(x, y *Named) bool {
|
/prebuilts/go/linux-x86/src/go/types/ |
D | named.go | 98 type Named struct { struct 99 check *Checker // non-nil during type-checking; nil otherwise 100 …j *TypeName // corresponding declared object for declared types; see above for instantiated types 105 fromRHS Type 108 inst *instance 110 mu sync.Mutex // guards all fields below 111 state_ uint32 // the current state of this type; must only be accessed atomically 112 underlying Type // possibly a *Named during setup; never a *Named once set up completely 113 tparams *TypeParamList // type parameters, or nil 120 methods []*Func [all …]
|
D | validtype.go | 16 func (check *Checker) validType(typ *Named) { 30 func (check *Checker) validType0(pos token.Pos, typ Type, nest, path []*Named) bool { 195 func makeObjList(tlist []*Named) []Object {
|
D | instantiate.go | 88 func (check *Checker) instance(pos token.Pos, orig genericType, targs []Type, expanding *Named, ctx…
|
D | alias.go | 140 func (check *Checker) newAliasInstance(pos token.Pos, orig *Alias, targs []Type, expanding *Named, …
|
D | subst.go | 58 func (check *Checker) subst(pos token.Pos, typ Type, smap substMap, expanding *Named, ctxt *Context…
|
D | interface.go | 39 func NewInterface(methods []*Func, embeddeds []*Named) *Interface {
|
D | decl.go | 824 func (check *Checker) checkFieldUniqueness(base *Named) {
|
D | predicates.go | 501 func identicalOrigin(x, y *Named) bool {
|
/prebuilts/go/linux-x86/src/go/internal/srcimporter/ |
D | srcimporter_test.go | 149 func verifyInterfaceMethodRecvs(t *testing.T, named *types.Named, level int) {
|
/prebuilts/go/linux-x86/src/cmd/link/internal/dwtest/ |
D | dwtest.go | 190 func (ex *Examiner) Named(name string) []*dwarf.Entry { func
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/importer/ |
D | gcimporter_test.go | 324 func verifyInterfaceMethodRecvs(t *testing.T, named *types2.Named, level int) {
|
D | iimport.go | 298 func canReuse(def *types2.Named, rhs types2.Type) bool {
|
/prebuilts/go/linux-x86/src/go/internal/gcimporter/ |
D | gcimporter_test.go | 448 func verifyInterfaceMethodRecvs(t *testing.T, named *types.Named, level int) {
|
D | iimport.go | 310 func canReuse(def *types.Named, rhs types.Type) bool {
|
/prebuilts/go/linux-x86/src/encoding/xml/ |
D | marshal_test.go | 194 Named int `xml:"int,attr"` member 205 Named int `xml:"int,attr"` member 215 Named int `xml:"int,attr,omitempty"` member 226 Named int `xml:"int,omitempty"` member
|
/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
D | minireflect.h | 348 template<typename T> void Named(T x, const char *name) { in Named() function
|
/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
D | minireflect.h | 337 template<typename T> void Named(T x, const char *name) { in Named() function
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/ |
D | writer.go | 2982 func splitNamed(typ *types2.Named) (*types2.TypeName, *types2.TypeList) {
|