Searched refs:SCOPEcompile (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h62 #define SCOPEcompile 0x0100 // inside __traits(compile) macro
H A Ddscope.c159 s->flags = (flags & (SCOPEcontract | SCOPEdebug | SCOPEctfe | SCOPEcompile | SCOPEconstraint |
H A Ddstruct.c173 if (sc->flags & (SCOPEctfe | SCOPEcompile))
H A Dtraits.c1326 sc2->flags = (sc->flags & ~(SCOPEctfe | SCOPEcondition)) | SCOPEcompile | SCOPEfullinst;
H A Dexpression.c2433 if (sc->flags & SCOPEcompile ? ff->isPureBypassingInference() >= PUREweak : ff->setImpure())
2498 if (sc->flags & SCOPEcompile ? ff->isPureBypassingInference() >= PUREweak : ff->setImpure())
2599 if (sc->flags & SCOPEcompile ? sc->func->isSafeBypassingInference() : sc->func->setUnsafe())
2631 if (sc->flags & SCOPEcompile ? sc->func->isNogcBypassingInference() : sc->func->setGC())
H A Ddeclaration.c1942 if (!sc->intypeof && !(sc->flags & SCOPEcompile))
H A Dfunc.c1474 sc2->flags &= ~SCOPEcompile;
4365 if (!sc->intypeof && !(sc->flags & SCOPEcompile))
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h58 SCOPEcompile = 0x0100, // inside __traits(compile) enumerator in enum:__anon791

Completed in 602 milliseconds