Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc287 if (!Type::typeinfopointer) in create_frontend_tinfo_types()
678 this->layout_base (Type::typeinfopointer); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc268 if (!Type::typeinfopointer) in create_frontend_tinfo_types()
660 this->layout_base (Type::typeinfopointer); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddclass.d260 Type.typeinfopointer = this; in this()
H A Ddeclaration.d2060 if (!Type.typeinfopointer) in this()
2064 type = Type.typeinfopointer.type; in this()
H A Dmtype.h203 static ClassDeclaration *typeinfopointer; variable
H A Dmtype.d410 extern (C++) __gshared ClassDeclaration typeinfopointer;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c2397 if (!Type::typeinfopointer) in TypeInfoPointerDeclaration()
2401 type = Type::typeinfopointer->type; in TypeInfoPointerDeclaration()
H A Dmtype.h208 static ClassDeclaration *typeinfopointer; variable
H A Ddclass.c118 Type::typeinfopointer = this; in ClassDeclaration()
H A Dmtype.c56 ClassDeclaration *Type::typeinfopointer;