Searched refs:Relational (Results 1 – 25 of 36) sorted by relevance
12
27 return prec::Relational; in getBinOpPrecedence()65 case tok::greaterequal: return prec::Relational; in getBinOpPrecedence()
38 Relational = 10, // >=, <=, >, < enumerator
33 Relational functions , clcpp/relational_funcs/test_cpp_relational_funcs
151 // Relational
127 // Relational
150 // Relational
152 // Relational
82 // Relational
105 // Relational
272 // 6.1.3.5 Relational operators
216 bool IsComparison = (Previous.getPrecedence() == prec::Relational || in mustBreak()865 Previous->getPrecedence() != prec::Relational) { in moveStatePastFakeLParens()
281 // 6.1.3.5 Relational operators
345 // [C99 6.5.8] Relational operators.