Searched refs:SCOPEcondition (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstaticcond.c67 sc->flags |= SCOPEcondition;
H A Dscope.h51 #define SCOPEcondition 0x0004 // inside static if/assert condition macro
H A Dtraits.c1326 sc2->flags = (sc->flags & ~(SCOPEctfe | SCOPEcondition)) | SCOPEcompile | SCOPEfullinst;
H A Dexpressionsem.c1916 if (e->id && !(sc->flags & SCOPEcondition))
7492 if (sc->flags & SCOPEcondition)
7570 if (sc->flags & SCOPEcondition)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h47 SCOPEcondition = 0x0004, // inside static if/assert condition enumerator in enum:__anon791

Completed in 261 milliseconds