Searched refs:getVarExp (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | enum.h | 91 Expression *getVarExp(Loc loc, Scope *sc);
|
| H A D | denum.c | 743 Expression *EnumMember::getVarExp(Loc loc, Scope *sc) in getVarExp() function
|
| H A D | dinterpret.c | 1950 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 D | mtype.c | 6989 *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 D | expression.c | 3210 return em->getVarExp(loc, sc); in resolve()
|
| H A D | expressionsem.c | 8429 return em->getVarExp(exp->loc, sc); in semanticY()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | typesem.d | 380 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 D | dinterpret.d | 1895 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 D | expressionsem.d | 858 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
|