Searched refs:Else_ (Results 1 – 2 of 2) sorted by relevance
1365 ConditionalExpr(Node *Cond_, Node *Then_, Node *Else_) in ConditionalExpr() argument1366 : Cond(Cond_), Then(Then_), Else(Else_) {} in ConditionalExpr()
1523 ConditionalExpr(const Node *Cond_, const Node *Then_, const Node *Else_) in ConditionalExpr() argument1524 : Node(KConditionalExpr), Cond(Cond_), Then(Then_), Else(Else_) {} in ConditionalExpr()