Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.d2913 e1 = integralPromotions(e1, sc); in typeMerge()
2914 e2 = integralPromotions(e2, sc); in typeMerge()
3397 e1 = integralPromotions(e1, sc); in typeMerge()
3398 e2 = integralPromotions(e2, sc); in typeMerge()
3623 Expression integralPromotions(Expression e, Scope* sc) in integralPromotions() function
3665 ue.e1 = integralPromotions(ue.e1, sc); // desired C-like behavor in fix16997()
H A Dexpressionsem.d2122 arg = integralPromotions(arg, sc); in functionParameters()
11057 exp.e1 = integralPromotions(exp.e1, sc); in visit()
11093 exp.e1 = integralPromotions(exp.e1, sc); in visit()
11129 exp.e1 = integralPromotions(exp.e1, sc); in visit()
H A Dstatementsem.d2193 ss.condition = integralPromotions(ss.condition, sc); in package()
H A Ddsymbolsem.d2177 e = e.integralPromotions(sc); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddcast.c2621 e1 = integralPromotions(e1, sc); in typeMerge()
2622 e2 = integralPromotions(e2, sc); in typeMerge()
3143 e1 = integralPromotions(e1, sc); in typeMerge()
3144 e2 = integralPromotions(e2, sc); in typeMerge()
3313 Expression *integralPromotions(Expression *e, Scope *sc) in integralPromotions() function
H A Dexpression.h76 Expression *integralPromotions(Expression *e, Scope *sc);
H A Dexpressionsem.c7222 exp->e1 = integralPromotions(exp->e1, sc); in visit()
7257 exp->e1 = integralPromotions(exp->e1, sc); in visit()
7292 exp->e1 = integralPromotions(exp->e1, sc); in visit()
H A Dstatementsem.c2216 ss->condition = integralPromotions(ss->condition, sc); in visit()
H A Dexpression.c1717 arg = integralPromotions(arg, sc); in functionParameters()