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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h141 void mergeCallSuper(Loc loc, unsigned cs);
H A Ddscope.c219 void Scope::mergeCallSuper(Loc loc, unsigned cs) function in class:Scope
H A Dexpressionsem.c7505 sc->mergeCallSuper(exp->loc, cs1);
7583 sc->mergeCallSuper(exp->loc, cs1);
8020 sc->mergeCallSuper(exp->loc, cs1);
H A Dstatementsem.c2007 sc->mergeCallSuper(ifs->loc, cs1);
2256 sc->noctor++; // BUG: should use Scope::mergeCallSuper() for each case instead
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctorflow.d112 bool mergeCallSuper(ref CSX a, const CSX b) pure nothrow
H A Ddscope.d302 if (!mergeCallSuper(this.ctorflow.callSuper, ctorflow.callSuper))

Completed in 296 milliseconds