Home
last modified time | relevance | path

Searched refs:hasEitherOperand (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/hicpp/
DSignedBitwiseCheck.cpp55 hasEitherOperand(SignedIntegerOperand), in registerMatchers()
64 hasEitherOperand(SignedIntegerOperand), in registerMatchers()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNumberObjectConversionChecker.cpp288 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/
DSuspiciousStringCompareCheck.cpp121 hasEitherOperand(StringCompareCallExpr)))) in registerMatchers()
148 hasEitherOperand(StringCompareCallExpr)) in registerMatchers()
DRedundantBranchConditionCheck.cpp48 hasEitherOperand(ignoringParenImpCasts(declRefExpr( in registerMatchers()
56 hasEitherOperand(ignoringParenImpCasts( in registerMatchers()
DSizeofExpressionCheck.cpp144 binaryOperator(hasEitherOperand(ArrayExpr)), in registerMatchers()
240 hasEitherOperand( in registerMatchers()
268 hasEitherOperand( in registerMatchers()
DMisplacedWideningCastCheck.cpp51 binaryOperator(isComparisonOperator(), hasEitherOperand(Cast)), this); in registerMatchers()
DNotNullTerminatedResultCheck.cpp547 hasEitherOperand(ignoringParenImpCasts(integerLiteral()))); in registerMatchers()
551 hasEitherOperand(ignoringParenImpCasts(integerLiteral()))); in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DStaticAssertCheck.cpp42 hasEitherOperand(ignoringImpCasts(stringLiteral().bind("assertMSG"))), in registerMatchers()
43 anyOf(binaryOperator(hasEitherOperand(IsAlwaysFalseWithCast)), in registerMatchers()
DRedundantExpressionCheck.cpp850 unless(hasEitherOperand(hasType(realFloatingPointType()))), in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DDurationAdditionCheck.cpp24 hasEitherOperand(expr(ignoringParenImpCasts( in registerMatchers()
DDurationRewriter.h134 hasEitherOperand(ignoringImpCasts(callExpr(callee(funcDecl))))); in AST_MATCHER_FUNCTION_P()
DDurationUnnecessaryConversionCheck.cpp59 hasEitherOperand(expr(ignoringParenImpCasts( in registerMatchers()
DDurationFactoryScaleCheck.cpp126 hasEitherOperand(ignoringImpCasts( in registerMatchers()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DLoopUnrolling.cpp86 hasEitherOperand(ignoringParenImpCasts(declRefExpr( in simpleCondition()
88 hasEitherOperand(ignoringParenImpCasts( in simpleCondition()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DContainerSizeEmptyCheck.cpp46 hasEitherOperand(ignoringImpCasts( in registerMatchers()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp225 REGISTER_MATCHER(hasEitherOperand); in RegistryMaps()
/external/llvm-project/clang/lib/Analysis/
DExprMutationAnalyzer.cpp277 binaryOperator(hasEitherOperand( in findDirectMutation()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp285 REGISTER_MATCHER(hasEitherOperand); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp750 binaryOperator(hasEitherOperand(cxxBoolLiteral(equals(false)))); in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3646 inline internal::Matcher<BinaryOperator> hasEitherOperand( in hasEitherOperand() function
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5250 inline internal::Matcher<BinaryOperator> hasEitherOperand( in hasEitherOperand() function
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1326 binaryOperator(hasEitherOperand(cxxBoolLiteral(equals(false)))); in TEST()