Searched refs:integralPromotions (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dcast.d | 2913 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 D | expressionsem.d | 2122 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 D | statementsem.d | 2193 ss.condition = integralPromotions(ss.condition, sc); in package()
|
| H A D | dsymbolsem.d | 2177 e = e.integralPromotions(sc); in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dcast.c | 2621 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 D | expression.h | 76 Expression *integralPromotions(Expression *e, Scope *sc);
|
| H A D | expressionsem.c | 7222 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 D | statementsem.c | 2216 ss->condition = integralPromotions(ss->condition, sc); in visit()
|
| H A D | expression.c | 1717 arg = integralPromotions(arg, sc); in functionParameters()
|