Home
last modified time | relevance | path

Searched refs:SCOPEdebug (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h48 SCOPEdebug = 0x0008, // inside debug conditional enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h52 #define SCOPEdebug 0x0008 // inside debug conditional macro
H A Ddscope.c159 s->flags = (flags & (SCOPEcontract | SCOPEdebug | SCOPEctfe | SCOPEcompile | SCOPEconstraint | in push()
H A Dstatementsem.c2032 sc->flags |= SCOPEdebug; in visit()
3628 sc->flags |= SCOPEdebug; in visit()
H A Dexpression.c2361 if (sc->flags & (SCOPEctfe | SCOPEdebug)) in checkPurity()
2459 if (sc->flags & (SCOPEctfe | SCOPEdebug)) in checkPurity()
H A Dexpressionsem.c3461 if (!tf->purity && !(sc->flags & SCOPEdebug) && sc->func->setImpure()) in visit()