/external/llvm-project/clang-tools-extra/clang-tidy/hicpp/ |
D | SignedBitwiseCheck.cpp | 55 hasEitherOperand(SignedIntegerOperand), in registerMatchers() 64 hasEitherOperand(SignedIntegerOperand), in registerMatchers()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | NumberObjectConversionChecker.cpp | 288 hasEitherOperand(SuspiciousNumberObjectExprM), in checkASTCodeBody() 289 hasEitherOperand(SuspiciousScalarExprM in checkASTCodeBody() 296 hasEitherOperand(SuspiciousNumberObjectExprM), in checkASTCodeBody() 297 hasEitherOperand(SuspiciousScalarExprM))) in checkASTCodeBody()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | SuspiciousStringCompareCheck.cpp | 121 hasEitherOperand(StringCompareCallExpr)))) in registerMatchers() 148 hasEitherOperand(StringCompareCallExpr)) in registerMatchers()
|
D | RedundantBranchConditionCheck.cpp | 48 hasEitherOperand(ignoringParenImpCasts(declRefExpr( in registerMatchers() 56 hasEitherOperand(ignoringParenImpCasts( in registerMatchers()
|
D | SizeofExpressionCheck.cpp | 144 binaryOperator(hasEitherOperand(ArrayExpr)), in registerMatchers() 240 hasEitherOperand( in registerMatchers() 268 hasEitherOperand( in registerMatchers()
|
D | MisplacedWideningCastCheck.cpp | 51 binaryOperator(isComparisonOperator(), hasEitherOperand(Cast)), this); in registerMatchers()
|
D | NotNullTerminatedResultCheck.cpp | 547 hasEitherOperand(ignoringParenImpCasts(integerLiteral()))); in registerMatchers() 551 hasEitherOperand(ignoringParenImpCasts(integerLiteral()))); in registerMatchers()
|
/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | StaticAssertCheck.cpp | 42 hasEitherOperand(ignoringImpCasts(stringLiteral().bind("assertMSG"))), in registerMatchers() 43 anyOf(binaryOperator(hasEitherOperand(IsAlwaysFalseWithCast)), in registerMatchers()
|
D | RedundantExpressionCheck.cpp | 850 unless(hasEitherOperand(hasType(realFloatingPointType()))), in registerMatchers()
|
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
D | DurationAdditionCheck.cpp | 24 hasEitherOperand(expr(ignoringParenImpCasts( in registerMatchers()
|
D | DurationRewriter.h | 134 hasEitherOperand(ignoringImpCasts(callExpr(callee(funcDecl))))); in AST_MATCHER_FUNCTION_P()
|
D | DurationUnnecessaryConversionCheck.cpp | 59 hasEitherOperand(expr(ignoringParenImpCasts( in registerMatchers()
|
D | DurationFactoryScaleCheck.cpp | 126 hasEitherOperand(ignoringImpCasts( in registerMatchers()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | LoopUnrolling.cpp | 86 hasEitherOperand(ignoringParenImpCasts(declRefExpr( in simpleCondition() 88 hasEitherOperand(ignoringParenImpCasts( in simpleCondition()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | ContainerSizeEmptyCheck.cpp | 46 hasEitherOperand(ignoringImpCasts( in registerMatchers()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 225 REGISTER_MATCHER(hasEitherOperand); in RegistryMaps()
|
/external/llvm-project/clang/lib/Analysis/ |
D | ExprMutationAnalyzer.cpp | 277 binaryOperator(hasEitherOperand( in findDirectMutation()
|
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 285 REGISTER_MATCHER(hasEitherOperand); in RegistryMaps()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTraversalTest.cpp | 750 binaryOperator(hasEitherOperand(cxxBoolLiteral(equals(false)))); in TEST()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3646 inline internal::Matcher<BinaryOperator> hasEitherOperand( in hasEitherOperand() function
|
/external/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 5250 inline internal::Matcher<BinaryOperator> hasEitherOperand( in hasEitherOperand() function
|
/external/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersTraversalTest.cpp | 1326 binaryOperator(hasEitherOperand(cxxBoolLiteral(equals(false)))); in TEST()
|