Home
last modified time | relevance | path

Searched refs:BinaryOperators (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DIntegerDivisionCheck.cpp22 const auto BinaryOperators = binaryOperator( in registerMatchers() local
29 anyOf(BinaryOperators, conditionalOperator(), binaryConditionalOperator(), in registerMatchers()
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-expr.c55 void BinaryOperators(int a, int b) { in BinaryOperators() function
H A Dast-dump-expr-json.c17 void BinaryOperators(int a, int b) { in BinaryOperators() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp1504 using BinaryOperators = std::variant<parser::Expr::Add, in IsOperatorValid() typedef
1511 if constexpr (common::HasMember<T, BinaryOperators>) { in IsOperatorValid()