Searched refs:is_right_associative (Results 1 – 1 of 1) sorted by relevance
3181 const bool is_right_associative = op == Token::EXP; in ParseBinaryExpression() local3182 const int next_prec = is_right_associative ? prec1 : prec1 + 1; in ParseBinaryExpression()