Home
last modified time | relevance | path

Searched refs:typeinfodelegate (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc286 if (!Type::typeinfodelegate) in create_frontend_tinfo_types()
775 this->layout_base (Type::typeinfodelegate); in visit()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc305 if (!Type::typeinfodelegate) in create_frontend_tinfo_types()
789 this->layout_base (Type::typeinfodelegate); in visit()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddclass.d296 Type.typeinfodelegate = this; in this()
H A Ddeclaration.d2195 if (!Type.typeinfodelegate) in this()
2199 type = Type.typeinfodelegate.type; in this()
H A Dmtype.h210 static ClassDeclaration *typeinfodelegate; variable
H A Ddeclaration.c2516 if (!Type::typeinfodelegate) in TypeInfoDelegateDeclaration()
2520 type = Type::typeinfodelegate->type; in TypeInfoDelegateDeclaration()
H A Ddclass.c160 Type::typeinfodelegate = this; in ClassDeclaration()
H A Dmtype.d417 extern (C++) __gshared ClassDeclaration typeinfodelegate;
H A Dmtype.c63 ClassDeclaration *Type::typeinfodelegate;
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c2516 if (!Type::typeinfodelegate) in TypeInfoDelegateDeclaration()
2520 type = Type::typeinfodelegate->type; in TypeInfoDelegateDeclaration()
H A Dmtype.h215 static ClassDeclaration *typeinfodelegate; variable
H A Ddclass.c160 Type::typeinfodelegate = this; in ClassDeclaration()
H A Dmtype.c63 ClassDeclaration *Type::typeinfodelegate;