Searched refs:ternary (Results 1 – 4 of 4) sorted by relevance
73 static Expression *ternary(Expression *lhs, Expression *mhs, Expression *rhs);
288 Expression *Expression::ternary(Expression *lhs, Expression *mhs, Expression *rhs) { in ternary() function in android::Expression
481 | expr '?' expr ':' expr { $$ = Expression::ternary($1, $3, $5); }
204 /* Precedence level 15 ternary operator */