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

/netbsd-current/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 |
H A Dstatementsem.c2032 sc->flags |= SCOPEdebug;
3628 sc->flags |= SCOPEdebug;
H A Dexpression.c2361 if (sc->flags & (SCOPEctfe | SCOPEdebug))
2459 if (sc->flags & (SCOPEctfe | SCOPEdebug))
H A Dexpressionsem.c3461 if (!tf->purity && !(sc->flags & SCOPEdebug) && sc->func->setImpure())
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h48 SCOPEdebug = 0x0008, // inside debug conditional enumerator in enum:__anon791

Completed in 319 milliseconds