Home
last modified time | relevance | path

Searched defs:Named (Results 1 – 25 of 30) sorted by relevance

12

/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dnamed.go95 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 …]
Dvalidtype.go13 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 {
Dinstantiate.go85 func (check *Checker) instance(pos syntax.Pos, orig genericType, targs []Type, expanding *Named, ct…
Ddecl.go725 func (check *Checker) checkFieldUniqueness(base *Named) {
Dalias.go137 func (check *Checker) newAliasInstance(pos syntax.Pos, orig *Alias, targs []Type, expanding *Named,…
Dsubst.go55 func (check *Checker) subst(pos syntax.Pos, typ Type, smap substMap, expanding *Named, ctxt *Contex…
Dpredicates.go498 func identicalOrigin(x, y *Named) bool {
/prebuilts/go/linux-x86/src/go/types/
Dnamed.go98 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 …]
Dvalidtype.go16 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 {
Dinstantiate.go88 func (check *Checker) instance(pos token.Pos, orig genericType, targs []Type, expanding *Named, ctx…
Dalias.go140 func (check *Checker) newAliasInstance(pos token.Pos, orig *Alias, targs []Type, expanding *Named, …
Dsubst.go58 func (check *Checker) subst(pos token.Pos, typ Type, smap substMap, expanding *Named, ctxt *Context…
Dinterface.go39 func NewInterface(methods []*Func, embeddeds []*Named) *Interface {
Ddecl.go824 func (check *Checker) checkFieldUniqueness(base *Named) {
Dpredicates.go501 func identicalOrigin(x, y *Named) bool {
/prebuilts/go/linux-x86/src/go/internal/srcimporter/
Dsrcimporter_test.go149 func verifyInterfaceMethodRecvs(t *testing.T, named *types.Named, level int) {
/prebuilts/go/linux-x86/src/cmd/link/internal/dwtest/
Ddwtest.go190 func (ex *Examiner) Named(name string) []*dwarf.Entry { func
/prebuilts/go/linux-x86/src/cmd/compile/internal/importer/
Dgcimporter_test.go324 func verifyInterfaceMethodRecvs(t *testing.T, named *types2.Named, level int) {
Diimport.go298 func canReuse(def *types2.Named, rhs types2.Type) bool {
/prebuilts/go/linux-x86/src/go/internal/gcimporter/
Dgcimporter_test.go448 func verifyInterfaceMethodRecvs(t *testing.T, named *types.Named, level int) {
Diimport.go310 func canReuse(def *types.Named, rhs types.Type) bool {
/prebuilts/go/linux-x86/src/encoding/xml/
Dmarshal_test.go194 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/
Dminireflect.h348 template<typename T> void Named(T x, const char *name) { in Named() function
/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
Dminireflect.h337 template<typename T> void Named(T x, const char *name) { in Named() function
/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/
Dwriter.go2982 func splitNamed(typ *types2.Named) (*types2.TypeName, *types2.TypeList) {

12