Searched refs:ConditionalExpr (Results 1 – 2 of 2) sorted by relevance
39 TYPE(ConditionalExpr) \
83 X(ConditionalExpr) \1623 class ConditionalExpr : public Node {1629 ConditionalExpr(const Node *Cond_, const Node *Then_, const Node *Else_) in ConditionalExpr() function4869 return make<ConditionalExpr>(Cond, LHS, RHS); in parseExpr()