Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.c79 int explicitProtection, AlignDeclaration *aligndecl, PINLINE inlining) in createNewScope() argument
86 explicitProtection != sc->explicitProtection || in createNewScope()
96 sc2->explicitProtection = explicitProtection; in createNewScope()
431 sc->protection, sc->explicitProtection, sc->aligndecl, in newScope()
536 sc->protection, sc->explicitProtection, sc->aligndecl, in newScope()
563 sc->protection, sc->explicitProtection, sc->aligndecl, in newScope()
681 sc->protection, sc->explicitProtection, this, in newScope()
913 sc->protection, sc->explicitProtection, sc->aligndecl, in newScope()
H A Ddimport.c187 if (sc->explicitProtection) in importAll()
227 if (sc->explicitProtection) in semantic()
233 if (sc->explicitProtection) in semantic()
H A Dscope.h112 int explicitProtection; // set if in an explicit protection attribute member
H A Dattrib.h35 int explicitProtection, AlignDeclaration *aligndecl, PINLINE inlining);
H A Ddscope.c86 this->explicitProtection = 0; in Scope()
H A Ddstruct.c232 sc2->explicitProtection = 0; in newScope()
H A Dfunc.c1470 sc2->explicitProtection = 0; in semantic3()