Home
last modified time | relevance | path

Searched refs:isSharedStaticCtorDeclaration (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.h264 virtual SharedStaticCtorDeclaration *isSharedStaticCtorDeclaration() { return NULL; } in isSharedStaticCtorDeclaration() function
H A Ddeclaration.h798 SharedStaticCtorDeclaration *isSharedStaticCtorDeclaration() { return this; } in isSharedStaticCtorDeclaration() function
H A Dfunc.c5131 const char *s = (isSharedStaticCtorDeclaration() ? "shared " : ""); in semantic()
5154 v->storage_class = STCtemp | (isSharedStaticCtorDeclaration() ? STCstatic : STCtls); in semantic()
H A Dhdrgen.c2066 if (d->isSharedStaticCtorDeclaration()) in visit()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.h287 virtual SharedStaticCtorDeclaration *isSharedStaticCtorDeclaration() { return NULL; } in isSharedStaticCtorDeclaration() function
H A Ddeclaration.h797 SharedStaticCtorDeclaration *isSharedStaticCtorDeclaration() { return this; } in isSharedStaticCtorDeclaration() function
H A Djson.d421 property("kind", s.isSharedStaticCtorDeclaration() in jsonProperties()
H A Ddeclaration.d176 else if (fd.isStaticCtorDeclaration() && !fd.isSharedStaticCtorDeclaration() && in modifyFieldVar()
H A Ddsymbol.d1348 inout(SharedStaticCtorDeclaration) isSharedStaticCtorDeclaration() inout { return null; } in isSharedStaticCtorDeclaration() function
H A Ddsymbolsem.d4206 const(char)* s = (scd.isSharedStaticCtorDeclaration() ? "shared " : ""); in visit()
4232 const bool isShared = !!scd.isSharedStaticCtorDeclaration(); in visit()
4269 const(char)* s = (scd.isSharedStaticCtorDeclaration() ? "shared " : ""); in visit()
H A Dfunc.c5131 const char *s = (isSharedStaticCtorDeclaration() ? "shared " : ""); in semantic()
5154 v->storage_class = STCtemp | (isSharedStaticCtorDeclaration() ? STCstatic : STCtls); in semantic()
H A Dhdrgen.c2066 if (d->isSharedStaticCtorDeclaration()) in visit()
H A Dfunc.d4046 override inout(SharedStaticCtorDeclaration) isSharedStaticCtorDeclaration() inout in inout()
H A Dhdrgen.d1727 if (d.isSharedStaticCtorDeclaration()) in visit()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dmodules.cc853 if (fd->isSharedStaticCtorDeclaration ()) in register_module_decl()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dmodules.cc868 if (fd->isSharedStaticCtorDeclaration ()) in register_module_decl()