Home
last modified time | relevance | path

Searched refs:SCOPEctfe (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddscope.c159 s->flags = (flags & (SCOPEcontract | SCOPEdebug | SCOPEctfe | SCOPEcompile | SCOPEconstraint | in push()
209 sc->flags = this->flags | SCOPEctfe; in startCTFE()
215 assert(flags & SCOPEctfe); in endCTFE()
H A Dscope.h61 #define SCOPEctfe 0x0080 // inside a ctfe-only expression macro
H A Dnogc.c230 f && sc->intypeof != 1 && !(sc->flags & SCOPEctfe) && in checkGC()
H A Ddstruct.c173 if (sc->flags & (SCOPEctfe | SCOPEcompile)) in semanticTypeInfo()
H A Dexpression.c2361 if (sc->flags & (SCOPEctfe | SCOPEdebug)) in checkPurity()
2459 if (sc->flags & (SCOPEctfe | SCOPEdebug)) in checkPurity()
2594 if (sc->flags & SCOPEctfe) in checkSafety()
2626 if (sc->flags & SCOPEctfe) in checkNogc()
H A Dtraits.c1326 sc2->flags = (sc->flags & ~(SCOPEctfe | SCOPEcondition)) | SCOPEcompile | SCOPEfullinst; in semanticTraits()
H A Ddeclaration.c1888 if (sc->intypeof == 1 || (sc->flags & SCOPEctfe)) in checkNestedReference()
H A Dexpressionsem.c390 if (sc->flags & SCOPEctfe) in visit()
1418 sc->flags &= ~SCOPEctfe; // temporary stop CTFE in visit()
1549 sc->flags &= ~SCOPEctfe; // temporary stop CTFE in visit()
3458 else if (sc->func && sc->intypeof != 1 && !(sc->flags & SCOPEctfe)) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h57 SCOPEctfe = 0x0080, // inside a ctfe-only expression enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc1409 if (!sc || !(sc->flags & SCOPEctfe)) in check_typeinfo_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc1387 if (!warned && (!sc || !(sc->flags & SCOPEctfe))) in check_typeinfo_type()