Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.d1470 case EXP.question : return visitCond(e.isCondExp()); in implicitConvTo()
2650 case EXP.question : return visitCond(e.isCondExp());
2733 case EXP.question: return visitTer(e.isCondExp());
3888 case EXP.question : return visitCond(e.isCondExp()); in getIntRange()
H A Dexpression.h227 CondExp* isCondExp();
H A Doptimize.d1393 case EXP.question: visitCond(ex.isCondExp()); break; in Expression_optimize()
H A Dexpression.d511 if (auto ce = e.isCondExp())
1738 … inout(CondExp) isCondExp() { return op == EXP.question ? cast(typeof(return))this : null; } in isCondExp() function
H A Dhdrgen.d2614 case EXP.question: return visitCond(e.isCondExp()); in expressionPrettyPrint()
H A Dexpressionsem.d13409 auto ce = exp.isCondExp(); in toBoolean()