HomeSort by: relevance | last modified time | path
    Searched refs:typeinfoclass (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
runtime.cc 145 libcall_types[type] = Type::typeinfoclass->type;
157 libcall_types[type] = Type::typeinfoclass->type->constOf ();
typeinfo.cc 278 if (!Type::typeinfoclass)
823 this->layout_base (Type::typeinfoclass);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dclass.d 242 Type.typeinfoclass = this;
declaration.d 2010 if (!Type.typeinfoclass)
2014 type = Type.typeinfoclass.type;
mtype.h 200 static ClassDeclaration *typeinfoclass; member in class:Type
dmangle.d 673 if (cd.ident == Id.Exception && cd.parent.ident == Id.object || cd.ident == Id.TypeInfo || cd.ident == Id.TypeInfo_Struct || cd.ident == Id.TypeInfo_Class || cd.ident == Id.TypeInfo_Tuple || cd == ClassDeclaration.object || cd == Type.typeinfoclass || cd == Module.moduleinfo || strncmp(cd.ident.toChars(), "TypeInfo_", 9) == 0)
typesem.d 4254 if (!Type.typeinfoclass)
4260 Type t = Type.typeinfoclass.type;
expressionsem.d 5401 else if (!Type.typeinfoclass)
5412 e.type = Type.typeinfoclass.type;
mtype.d 407 extern (C++) __gshared ClassDeclaration typeinfoclass;

Completed in 69 milliseconds