Searched defs:BinaryOperators (Results 1 – 4 of 4) sorted by relevance
22 const auto BinaryOperators = binaryOperator( in registerMatchers() local
55 void BinaryOperators(int a, int b) { in BinaryOperators() function
17 void BinaryOperators(int a, int b) { in BinaryOperators() function
1504 using BinaryOperators = std::variant<parser::Expr::Add, in IsOperatorValid() typedef