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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h45 #define CSXreturn 0x20 // seen a return statement macro
H A Ddscope.c237 bool aRet = (cs & CSXreturn) != 0;
238 bool bRet = (callSuper & CSXreturn) != 0;
275 callSuper |= CSXreturn;
301 bool aRet = (fi & CSXreturn) != 0;
302 bool bRet = (fieldInit & CSXreturn) != 0;
H A Dstatementsem.c2942 sc->callSuper |= CSXreturn;
2958 sc->fieldinit[i] |= CSXreturn;
H A Dexpressionsem.c3258 if ((sc->callSuper & CSXreturn) && !(sc->callSuper & CSXany_ctor))
3296 if ((sc->callSuper & CSXreturn) && !(sc->callSuper & CSXany_ctor))
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h38 CSXreturn = 0x20, // seen a return statement enumerator in enum:__anon790

Completed in 286 milliseconds