Searched refs:BinaryOperators (Results 1 – 8 of 8) sorted by relevance
| /llvm-project/clang-tools-extra/clang-tidy/readability/ |
| H A D | OperatorsRepresentationCheck.cpp | 150 BinaryOperators( in OperatorsRepresentationCheck() 154 llvm::erase_if(BinaryOperators, isNotOperatorStr); in OperatorsRepresentationCheck() 161 utils::options::serializeStringList(BinaryOperators)); in storeOptions() 178 if (!isAnyOperatorEnabled(BinaryOperators, OperatorsRepresentation)) in registerBinaryOperatorMatcher() 185 BO_LAnd, getRepresentation(BinaryOperators, "&&", "and")), in registerBinaryOperatorMatcher() 187 BO_LOr, getRepresentation(BinaryOperators, "||", "or")), in registerBinaryOperatorMatcher() 189 BO_NE, getRepresentation(BinaryOperators, "!=", "not_eq")), in registerBinaryOperatorMatcher() 191 BO_Xor, getRepresentation(BinaryOperators, "^", "xor")), in registerBinaryOperatorMatcher() 193 BO_And, getRepresentation(BinaryOperators, "&", "bitand")), in registerBinaryOperatorMatcher() 195 BO_Or, getRepresentation(BinaryOperators, "|", "bitor")), in registerBinaryOperatorMatcher() [all …]
|
| H A D | OperatorsRepresentationCheck.h | 36 std::vector<llvm::StringRef> BinaryOperators; variable
|
| /llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | IntegerDivisionCheck.cpp | 20 const auto BinaryOperators = binaryOperator( in registerMatchers() local 27 anyOf(BinaryOperators, conditionalOperator(), binaryConditionalOperator(), in registerMatchers()
|
| H A D | PointerArithmeticOnPolymorphicObjectCheck.cpp | 58 const auto BinaryOperators = in registerMatchers() local 66 Finder->addMatcher(BinaryOperators, this); in registerMatchers()
|
| /llvm-project/clang/test/AST/ |
| H A D | ast-dump-expr.c | 55 void BinaryOperators(int a, int b) { in BinaryOperators() function
|
| H A D | ast-dump-expr-json.c | 17 void BinaryOperators(int a, int b) { in BinaryOperators() function
|
| /llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | operators-representation.rst | 76 .. option:: BinaryOperators
|
| /llvm-project/flang/lib/Semantics/ |
| H A D | check-omp-structure.cpp | 2427 using BinaryOperators = std::variant<parser::Expr::Add, in IsReductionAllowedForType() 2434 if constexpr (common::HasMember<T, BinaryOperators>) { in IsReductionAllowedForType() 1841 using BinaryOperators = std::variant<parser::Expr::Add, IsOperatorValid() typedef
|