Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h58 SCOPEcompile = 0x0100, // inside __traits(compile) enumerator
/netbsd-src/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 | in push()
H A Ddstruct.c173 if (sc->flags & (SCOPEctfe | SCOPEcompile)) in semanticTypeInfo()
H A Dexpression.c2433 if (sc->flags & SCOPEcompile ? ff->isPureBypassingInference() >= PUREweak : ff->setImpure()) in checkPurity()
2498 … if (sc->flags & SCOPEcompile ? ff->isPureBypassingInference() >= PUREweak : ff->setImpure()) in checkPurity()
2599 if (sc->flags & SCOPEcompile ? sc->func->isSafeBypassingInference() : sc->func->setUnsafe()) in checkSafety()
2631 if (sc->flags & SCOPEcompile ? sc->func->isNogcBypassingInference() : sc->func->setGC()) in checkNogc()
H A Dtraits.c1326 sc2->flags = (sc->flags & ~(SCOPEctfe | SCOPEcondition)) | SCOPEcompile | SCOPEfullinst; in semanticTraits()
H A Ddeclaration.c1942 if (!sc->intypeof && !(sc->flags & SCOPEcompile)) in checkNestedReference()
H A Dfunc.c1474 sc2->flags &= ~SCOPEcompile; in semantic3()
4365 if (!sc->intypeof && !(sc->flags & SCOPEcompile)) in checkNestedReference()