Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc299 if (!Type::typeinfoenum) in create_frontend_tinfo_types()
647 this->layout_base (Type::typeinfoenum); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc280 if (!Type::typeinfoenum) in create_frontend_tinfo_types()
628 this->layout_base (Type::typeinfoenum); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddclass.d284 Type.typeinfoenum = this; in this()
H A Ddeclaration.d2160 if (!Type.typeinfoenum) in this()
2164 type = Type.typeinfoenum.type; in this()
H A Dmtype.h208 static ClassDeclaration *typeinfoenum; variable
H A Dmtype.d415 extern (C++) __gshared ClassDeclaration typeinfoenum;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c2482 if (!Type::typeinfoenum) in TypeInfoEnumDeclaration()
2486 type = Type::typeinfoenum->type; in TypeInfoEnumDeclaration()
H A Dmtype.h213 static ClassDeclaration *typeinfoenum; variable
H A Ddclass.c146 Type::typeinfoenum = this; in ClassDeclaration()
H A Dmtype.c61 ClassDeclaration *Type::typeinfoenum;