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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h89 int noctor; // set if constructor calls aren't allowed member in struct:Scope
H A Ddscope.c91 this->noctor = 0;
H A Dstatementsem.c378 sc->noctor++;
381 sc->noctor--;
452 sc->noctor++;
485 sc->noctor--;
957 sc2->noctor++;
1744 sc2->noctor--;
2256 sc->noctor++; // BUG: should use Scope::mergeCallSuper() for each case instead
2258 sc->noctor--;
H A Dexpressionsem.c3254 if (sc->noctor || sc->callSuper & CSXlabel)
3292 if (sc->noctor || sc->callSuper & CSXlabel)
H A Dfunc.c1477 sc2->noctor = 0;
H A Dexpression.c5337 else if (sc->noctor || (fi & CSXlabel))

Completed in 298 milliseconds