Searched refs:isStaticCtorDeclaration (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.h262 virtual StaticCtorDeclaration *isStaticCtorDeclaration() { return NULL; } function in class:Dsymbol
H A Ddeclaration.h788 StaticCtorDeclaration *isStaticCtorDeclaration() { return this; } function in class:StaticCtorDeclaration
H A Dfunc.c1769 else if (isStaticCtorDeclaration())
H A Dexpression.c5299 (fd->isStaticCtorDeclaration() && !var->isField())) &&
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.h285 virtual StaticCtorDeclaration *isStaticCtorDeclaration() { return NULL; } function in class:Dsymbol
H A Djson.d419 if (s.isStaticCtorDeclaration())
H A Ddeclaration.h788 StaticCtorDeclaration *isStaticCtorDeclaration() { return this; } function in class:StaticCtorDeclaration
H A Ddeclaration.d96 (fd.isStaticCtorDeclaration() && !var.isField())) &&
176 else if (fd.isStaticCtorDeclaration() && !fd.isSharedStaticCtorDeclaration() &&
H A Dsemantic3.d662 else if (funcdecl.isStaticCtorDeclaration())
H A Ddsymbol.d1346 inout(StaticCtorDeclaration) isStaticCtorDeclaration() inout { return null; }
H A Dfunc.d4018 override final inout(StaticCtorDeclaration) isStaticCtorDeclaration() inout @nogc nothrow pure @safe
H A Ddtemplate.d6200 if(member.isStaticCtorDeclaration())
H A Dexpressionsem.d9623 (!fun || (fun && !fun.isStaticCtorDeclaration())))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dmodules.cc855 else if (fd->isStaticCtorDeclaration ())
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dmodules.cc870 else if (fd->isStaticCtorDeclaration ())

Completed in 322 milliseconds