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