Searched refs:isSharedStaticDtorDeclaration (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.h265 virtual SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return NULL; } function in class:Dsymbol
H A Ddeclaration.h827 SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return this; } function in class:SharedStaticDtorDeclaration
H A Dfunc.c5257 const char *s = (isSharedStaticDtorDeclaration() ? "shared " : "");
5281 v->storage_class = STCtemp | (isSharedStaticDtorDeclaration() ? STCstatic : STCtls);
H A Dhdrgen.c2084 if (d->isSharedStaticDtorDeclaration())
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.h288 virtual SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return NULL; } function in class:Dsymbol
H A Djson.d426 property("kind", s.isSharedStaticDtorDeclaration()
H A Ddeclaration.h822 SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return this; } function in class:SharedStaticDtorDeclaration
H A Ddsymbol.d1349 inout(SharedStaticDtorDeclaration) isSharedStaticDtorDeclaration() inout { return null; }
H A Ddsymbolsem.d4294 const(char)* s = (sdd.isSharedStaticDtorDeclaration() ? "shared " : "");
4320 const bool isShared = !!sdd.isSharedStaticDtorDeclaration();
4359 const(char)* s = (sdd.isSharedStaticDtorDeclaration() ? "shared " : "");
H A Dfunc.d4134 override inout(SharedStaticDtorDeclaration) isSharedStaticDtorDeclaration() inout
H A Dhdrgen.d1743 if (d.isSharedStaticDtorDeclaration())
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dmodules.cc860 if (fd->isSharedStaticDtorDeclaration ())
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dmodules.cc875 if (fd->isSharedStaticDtorDeclaration ())

Completed in 305 milliseconds