Searched refs:ctfeNeedLvalue (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dinterpret.c | 36 ctfeNeedLvalue, // Must return an Lvalue (== CTFE reference) enumerator 818 earg = interpret(earg, istate, ctfeNeedLvalue); in interpretFunction() 1246 result = interpret(pue, s->exp, istate, ctfeNeedLvalue); in visit() 1853 if (goal == ctfeNeedLvalue) in visit() 2044 Expression *er = interpret(e->e1, istate, ctfeNeedLvalue); in visit() 2196 if (goal != ctfeNeedLvalue && (v->isRef() || v->isOut())) in getVarExp() 2227 if (goal == ctfeNeedLvalue) in visit() 3212 Expression *newval = interpret(e->e2, istate, ctfeNeedLvalue); 3357 e1 = interpret(e1, istate, ctfeNeedLvalue); 3399 e1 = interpret(e1, istate, ctfeNeedLvalue); [all …]
|