Home
last modified time | relevance | path

Searched refs:typeinfointerface (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc281 if (!Type::typeinfointerface) in create_frontend_tinfo_types()
1016 this->layout_base (Type::typeinfointerface); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc262 if (!Type::typeinfointerface) in create_frontend_tinfo_types()
1005 this->layout_base (Type::typeinfointerface); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddclass.d248 Type.typeinfointerface = this; in this()
H A Ddeclaration.d2035 if (!Type.typeinfointerface) in this()
2039 type = Type.typeinfointerface.type; in this()
H A Dmtype.h201 static ClassDeclaration *typeinfointerface; variable
H A Dmtype.d408 extern (C++) __gshared ClassDeclaration typeinfointerface;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c2380 if (!Type::typeinfointerface) in TypeInfoInterfaceDeclaration()
2384 type = Type::typeinfointerface->type; in TypeInfoInterfaceDeclaration()
H A Dmtype.h206 static ClassDeclaration *typeinfointerface; variable
H A Ddclass.c104 Type::typeinfointerface = this; in ClassDeclaration()
H A Dmtype.c54 ClassDeclaration *Type::typeinfointerface;