Searched refs:explicitProtection (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h112 int explicitProtection; // set if in an explicit protection attribute member in struct:Scope
H A Dattrib.c79 int explicitProtection, AlignDeclaration *aligndecl, PINLINE inlining)
86 explicitProtection != sc->explicitProtection ||
96 sc2->explicitProtection = explicitProtection;
431 sc->protection, sc->explicitProtection, sc->aligndecl,
536 sc->protection, sc->explicitProtection, sc->aligndecl,
563 sc->protection, sc->explicitProtection, sc->aligndecl,
681 sc->protection, sc->explicitProtection, this,
913 sc->protection, sc->explicitProtection, s
77 createNewScope(Scope *sc, StorageClass stc, LINK linkage, CPPMANGLE cppmangle, Prot protection, int explicitProtection, AlignDeclaration *aligndecl, PINLINE inlining) argument
[all...]
H A Ddimport.c187 if (sc->explicitProtection)
227 if (sc->explicitProtection)
233 if (sc->explicitProtection)
H A Dattrib.h35 int explicitProtection, AlignDeclaration *aligndecl, PINLINE inlining);
H A Ddscope.c86 this->explicitProtection = 0;
H A Ddstruct.c232 sc2->explicitProtection = 0;
H A Dfunc.c1470 sc2->explicitProtection = 0;

Completed in 271 milliseconds