Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc318 if (!Type::typeinfoshared) in create_frontend_tinfo_types()
611 this->layout_base (Type::typeinfoshared); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc299 if (!Type::typeinfoshared) in create_frontend_tinfo_types()
591 this->layout_base (Type::typeinfoshared); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddclass.d320 Type.typeinfoshared = this; in this()
H A Ddeclaration.d2310 if (!Type.typeinfoshared) in this()
2314 type = Type.typeinfoshared.type; in this()
H A Dmtype.h214 static ClassDeclaration *typeinfoshared; variable
H A Dmtype.d421 extern (C++) __gshared ClassDeclaration typeinfoshared;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c2312 if (!Type::typeinfoshared) in TypeInfoSharedDeclaration()
2316 type = Type::typeinfoshared->type; in TypeInfoSharedDeclaration()
H A Dmtype.h219 static ClassDeclaration *typeinfoshared; variable
H A Ddclass.c188 Type::typeinfoshared = this; in ClassDeclaration()
H A Dmtype.c67 ClassDeclaration *Type::typeinfoshared;