Searched refs:noctor (Results 1 – 6 of 6) sorted by relevance
89 int noctor; // set if constructor calls aren't allowed member
378 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()
91 this->noctor = 0; in Scope()
3254 if (sc->noctor || sc->callSuper & CSXlabel) in visit()3292 if (sc->noctor || sc->callSuper & CSXlabel) in visit()
1477 sc2->noctor = 0; in semantic3()
5337 else if (sc->noctor || (fi & CSXlabel)) in modifyFieldVar()