Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Denum.h91 Expression *getVarExp(Loc loc, Scope *sc);
H A Ddenum.c743 Expression *EnumMember::getVarExp(Loc loc, Scope *sc) in getVarExp() function
H A Ddinterpret.c1950 Expression *val = getVarExp(e->loc, istate, e->var, goal); in visit()
2085 static Expression *getVarExp(Loc loc, InterState *istate, Declaration *d, CtfeGoal goal) in getVarExp() function
2258 result = getVarExp(e->loc, istate, e->var, goal); in visit()
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()
H A Dmtype.c6989 *pe = em->getVarExp(loc, sc); in resolveHelper()
7650 return m->getVarExp(e->loc, sc); in dotExp()
7957 return em->getVarExp(e->loc, sc); in dotExp()
8661 return em->getVarExp(e->loc, sc); in dotExp()
H A Dexpression.c3210 return em->getVarExp(loc, sc); in resolve()
H A Dexpressionsem.c8429 return em->getVarExp(exp->loc, sc); in semanticY()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d380 pe = em.getVarExp(loc, sc);
3975 return em.getVarExp(e.loc, sc); in dotExp()
4159 return m.getVarExp(e.loc, sc); in dotExp()
4388 return em.getVarExp(e.loc, sc); in dotExp()
H A Ddinterpret.d1895 Expression val = getVarExp(e.loc, istate, e.var, goal); in visit()
2050 static Expression getVarExp(const ref Loc loc, InterState* istate, Declaration d, CTFEGoal goal) in getVarExp() function
2218 result = getVarExp(e.loc, istate, v, goal); in visit()
2247 result = getVarExp(e.loc, istate, e.var, goal); in visit()
4773 result = getVarExp(e.loc, istate, (cast(SymbolExp)ea).var, CTFEGoal.RValue); in visit()
6078 … result = paintFloatInt(pue, getVarExp(e.loc, istate, soe1.var, CTFEGoal.RValue), e.type); in visit()
H A Dexpressionsem.d858 return em.getVarExp(loc, sc); in symbolToExp()
12443 return em.getVarExp(exp.loc, sc); in semanticY()
13335 Expression getVarExp(EnumMember em, const ref Loc loc, Scope* sc) in getVarExp() function