Searched refs:getRightThis (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d1024 private Expression getRightThis(const ref Loc loc, Scope* sc, AggregateDeclaration ad, Expression e1, Dsymbol var, int flag = 0)
3665 te = getRightThis(exp.loc, sc, ad2, te, cd);
4683 ue.e1 = getRightThis(exp.loc, sc, ad, ue.e1, exp.f);
5167 te = getRightThis(exp.loc, sc, ad2, te, exp.f);
6640 if (Expression e1x = getRightThis(exp.loc, sc, ad, exp.e1, exp.var, 1))
6720 e.e1 = getRightThis(e.loc, sc, ad, e.e1, f);
6765 te = getRightThis(e.loc, sc, ad2, te, f);
13099 * Helper function for `getRightThis()`.
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpressionsem.c58 Expression *getRightThis(Loc loc, Scope *sc, AggregateDeclaration *ad, Expression *e1, Declaration *var, int flag = 0);
2629 if (Expression *e1x = getRightThis(exp->loc, sc, ad, exp->e1, exp->var, 1))
2692 e->e1 = getRightThis(e->loc, sc, ad, e->e1, f);
3150 ue->e1 = getRightThis(exp->loc, sc, ad, ue->e1, exp->f);
H A Dexpression.c66 Expression *getRightThis(Loc loc, Scope *sc, AggregateDeclaration *ad, function

Completed in 208 milliseconds