Home
last modified time | relevance | path

Searched defs:BinaryOperators (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DOperatorsRepresentationCheck.h36 std::vector<llvm::StringRef> BinaryOperators; variable
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DIntegerDivisionCheck.cpp20 const auto BinaryOperators = binaryOperator( in registerMatchers() local
H A DPointerArithmeticOnPolymorphicObjectCheck.cpp58 const auto BinaryOperators = in registerMatchers() local
/llvm-project/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/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp1841 using BinaryOperators = std::variant<parser::Expr::Add, IsOperatorValid() typedef