Searched refs:CSXhalt (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddscope.c241 bool aHalt = (cs & CSXhalt) != 0;
242 bool bHalt = (callSuper & CSXhalt) != 0;
248 callSuper = CSXhalt;
305 bool aHalt = (fi & CSXhalt) != 0;
306 bool bHalt = (fieldInit & CSXhalt) != 0;
313 fieldInit = CSXhalt;
H A Dscope.h47 #define CSXhalt 0x80 // assert(0) macro
H A Dexpressionsem.c2461 sc->callSuper |= CSXhalt;
2465 sc->fieldinit[i] |= CSXhalt;
3252 if (!sc->intypeof && !(sc->callSuper & CSXhalt))
3290 if (!sc->intypeof && !(sc->callSuper & CSXhalt))
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h40 CSXhalt = 0x80, // assert(0) enumerator in enum:__anon790

Completed in 112 milliseconds