Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc290 if (!Type::typeinfoarray) in create_frontend_tinfo_types()
694 this->layout_base (Type::typeinfoarray); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc271 if (!Type::typeinfoarray) in create_frontend_tinfo_types()
677 this->layout_base (Type::typeinfoarray); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddclass.d266 Type.typeinfoarray = this; in this()
H A Ddeclaration.d2085 if (!Type.typeinfoarray) in this()
2089 type = Type.typeinfoarray.type; in this()
H A Dmtype.h204 static ClassDeclaration *typeinfoarray; variable
H A Dmtype.d411 extern (C++) __gshared ClassDeclaration typeinfoarray;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c2414 if (!Type::typeinfoarray) in TypeInfoArrayDeclaration()
2418 type = Type::typeinfoarray->type; in TypeInfoArrayDeclaration()
H A Dmtype.h209 static ClassDeclaration *typeinfoarray; variable
H A Ddclass.c125 Type::typeinfoarray = this; in ClassDeclaration()
H A Dmtype.c57 ClassDeclaration *Type::typeinfoarray;