| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NumberObjectConversionChecker.cpp | 288 hasEitherOperand(SuspiciousNumberObjectExprM), in checkASTCodeBody() 289 hasEitherOperand(SuspiciousScalarExprM in checkASTCodeBody() 296 hasEitherOperand(SuspiciousNumberObjectExprM), in checkASTCodeBody() 297 hasEitherOperand(SuspiciousScalarExprM))) in checkASTCodeBody()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/ |
| H A D | SignedBitwiseCheck.cpp | 55 hasEitherOperand(SignedIntegerOperand), in registerMatchers() 64 hasEitherOperand(SignedIntegerOperand), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | SuspiciousStringCompareCheck.cpp | 116 hasEitherOperand(StringCompareCallExpr)))) in registerMatchers() 143 hasEitherOperand(StringCompareCallExpr)) in registerMatchers()
|
| H A D | RedundantBranchConditionCheck.cpp | 55 hasEitherOperand(declRefExpr(hasDeclaration(ImmutableVar)) in registerMatchers() 64 hasEitherOperand( in registerMatchers()
|
| H A D | SizeofExpressionCheck.cpp | 142 binaryOperator(hasEitherOperand(ArrayExpr)), in registerMatchers() 230 hasEitherOperand( in registerMatchers() 258 hasEitherOperand(ignoringParenImpCasts(SizeOfExpr))))), in registerMatchers()
|
| H A D | UnhandledSelfAssignmentCheck.cpp | 45 hasEitherOperand(ignoringParenCasts(cxxThisExpr())))))); in registerMatchers()
|
| H A D | MisplacedWideningCastCheck.cpp | 50 binaryOperator(isComparisonOperator(), hasEitherOperand(Cast)), this); in registerMatchers()
|
| H A D | StringviewNullptrCheck.cpp | 231 hasEitherOperand(ignoringImpCasts( in StringviewNullptrCheckImpl()
|
| H A D | NotNullTerminatedResultCheck.cpp | 547 hasEitherOperand(ignoringParenImpCasts(integerLiteral()))); in registerMatchers() 551 hasEitherOperand(ignoringParenImpCasts(integerLiteral()))); in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | StaticAssertCheck.cpp | 42 hasEitherOperand(ignoringImpCasts(stringLiteral().bind("assertMSG"))), in registerMatchers() 43 anyOf(binaryOperator(hasEitherOperand(IsAlwaysFalseWithCast)), in registerMatchers()
|
| H A D | RedundantExpressionCheck.cpp | 874 unless(hasEitherOperand(hasType(realFloatingPointType()))), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/ |
| H A D | DurationAdditionCheck.cpp | 24 hasEitherOperand(expr(ignoringParenImpCasts( in registerMatchers()
|
| H A D | DurationRewriter.h | 134 hasEitherOperand(ignoringImpCasts(callExpr(callee(funcDecl))))); in AST_MATCHER_FUNCTION_P()
|
| H A D | DurationUnnecessaryConversionCheck.cpp | 59 hasEitherOperand(expr(ignoringParenImpCasts( in registerMatchers()
|
| H A D | DurationFactoryScaleCheck.cpp | 126 hasEitherOperand(ignoringImpCasts( in registerMatchers()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 88 hasEitherOperand(ignoringParenImpCasts( in simpleCondition() 91 hasEitherOperand( in simpleCondition()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTraversalTest.cpp | 1597 hasOperatorName("=="), hasEitherOperand(s2Expr))))); in TEST() 1619 hasOperatorName("=="), hasEitherOperand(s2Expr))))); in TEST() 1624 binaryOperator(hasEitherOperand(cxxBoolLiteral(equals(false)))); in TEST() 3997 hasEitherOperand(ignoringImplicit( in TEST() 4156 hasEitherOperand(ignoringImplicit( in TEST() 4187 hasEitherOperand(ignoringImplicit( in TEST() 4218 hasEitherOperand(ignoringImplicit( in TEST() 4249 hasEitherOperand(ignoringImplicit( in TEST() 4280 hasEitherOperand(ignoringImplicit( in TEST() 4296 hasEitherOperand(declRefExpr(to(varDecl(hasName("hs11"))))), in TEST() [all …]
|
| H A D | ASTMatchersNarrowingTest.cpp | 617 hasEitherOperand( in TEST_P() 619 hasEitherOperand( in TEST_P() 627 hasEitherOperand( in TEST_P() 629 hasEitherOperand( in TEST_P() 637 hasEitherOperand( in TEST_P() 639 hasEitherOperand( in TEST_P()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | ContainerSizeEmptyCheck.cpp | 125 hasEitherOperand(anyOf(integerLiteral(equals(1)), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseNullptrCheck.cpp | 60 hasEitherOperand(IsOrHasDescendant( in makeCastSequenceMatcher()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 283 binaryOperator(hasEitherOperand( in findDirectMutation()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 309 REGISTER_MATCHER(hasEitherOperand); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5730 hasEitherOperand, in AST_POLYMORPHIC_MATCHER_P() argument
|