Home
last modified time | relevance | path

Searched refs:typeinfoclass (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Druntime.cc145 libcall_types[type] = Type::typeinfoclass->type; in get_libcall_type()
157 libcall_types[type] = Type::typeinfoclass->type->constOf (); in get_libcall_type()
H A Dtypeinfo.cc278 if (!Type::typeinfoclass) in create_frontend_tinfo_types()
823 this->layout_base (Type::typeinfoclass); in visit()
H A DChangeLog-2013179 * d-codegen.cc (get_libcall): Update to use Type::typeinfoclass.
196 (Type::typeinfoclass): Update to use Type::typeinfoclass.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Druntime.cc144 libcall_types[type] = Type::typeinfoclass->type; in get_libcall_type()
156 libcall_types[type] = Type::typeinfoclass->type->constOf (); in get_libcall_type()
H A Dtypeinfo.cc259 if (!Type::typeinfoclass) in create_frontend_tinfo_types()
810 this->layout_base (Type::typeinfoclass); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmangle.c571 cd == Type::typeinfoclass || in visit()
H A Ddeclaration.c2363 if (!Type::typeinfoclass) in TypeInfoClassDeclaration()
2367 type = Type::typeinfoclass->type; in TypeInfoClassDeclaration()
H A Dmtype.h205 static ClassDeclaration *typeinfoclass; variable
H A Ddclass.c97 Type::typeinfoclass = this; in ClassDeclaration()
H A Dmtype.c53 ClassDeclaration *Type::typeinfoclass;
8530 if (!Type::typeinfoclass) in dotExp()
8536 Type *t = Type::typeinfoclass->type; in dotExp()
H A Dexpressionsem.c1862 if (!Type::typeinfoclass) in visit()
1873 e->type = Type::typeinfoclass->type; in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddclass.d242 Type.typeinfoclass = this; in this()
H A Ddeclaration.d2010 if (!Type.typeinfoclass) in this()
2014 type = Type.typeinfoclass.type; in this()
H A Dmtype.h200 static ClassDeclaration *typeinfoclass; variable
H A Ddmangle.d673 …t == Id.TypeInfo_Tuple || cd == ClassDeclaration.object || cd == Type.typeinfoclass || cd == Modul… in visit()
H A Dtypesem.d4254 if (!Type.typeinfoclass) in dotExp()
4260 Type t = Type.typeinfoclass.type; in dotExp()
H A Dmtype.d407 extern (C++) __gshared ClassDeclaration typeinfoclass;
H A Dexpressionsem.d5401 else if (!Type.typeinfoclass) in visit()
5412 e.type = Type.typeinfoclass.type; in visit()