Searched refs:SCOPEcompile (Results 1 – 8 of 8) sorted by relevance
58 SCOPEcompile = 0x0100, // inside __traits(compile) enumerator
62 #define SCOPEcompile 0x0100 // inside __traits(compile) macro
159 s->flags = (flags & (SCOPEcontract | SCOPEdebug | SCOPEctfe | SCOPEcompile | SCOPEconstraint | in push()
173 if (sc->flags & (SCOPEctfe | SCOPEcompile)) in semanticTypeInfo()
2433 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()
1326 sc2->flags = (sc->flags & ~(SCOPEctfe | SCOPEcondition)) | SCOPEcompile | SCOPEfullinst; in semanticTraits()
1942 if (!sc->intypeof && !(sc->flags & SCOPEcompile)) in checkNestedReference()
1474 sc2->flags &= ~SCOPEcompile; in semantic3()4365 if (!sc->intypeof && !(sc->flags & SCOPEcompile)) in checkNestedReference()