Home
last modified time | relevance | path

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

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