Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c35 ctfeNeedRvalue, // Must return an Rvalue (== CTFE value) enumerator
42 Expression *interpret(Expression *e, InterState *istate, CtfeGoal goal = ctfeNeedRvalue);
46 …ssion *interpret(UnionExp *pue, Expression *e, InterState *istate, CtfeGoal goal = ctfeNeedRvalue);
3221 if (goal == ctfeNeedRvalue)
4656 result = getVarExp(e->loc, istate, ((SymbolExp *)ea)->var, ctfeNeedRvalue); in visit()
5907 … result = paintFloatInt(pue, getVarExp(e->loc, istate, soe->var, ctfeNeedRvalue), e->type); in visit()