Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp288 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 DSignedBitwiseCheck.cpp55 hasEitherOperand(SignedIntegerOperand), in registerMatchers()
64 hasEitherOperand(SignedIntegerOperand), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousStringCompareCheck.cpp116 hasEitherOperand(StringCompareCallExpr)))) in registerMatchers()
143 hasEitherOperand(StringCompareCallExpr)) in registerMatchers()
H A DRedundantBranchConditionCheck.cpp55 hasEitherOperand(declRefExpr(hasDeclaration(ImmutableVar)) in registerMatchers()
64 hasEitherOperand( in registerMatchers()
H A DSizeofExpressionCheck.cpp142 binaryOperator(hasEitherOperand(ArrayExpr)), in registerMatchers()
230 hasEitherOperand( in registerMatchers()
258 hasEitherOperand(ignoringParenImpCasts(SizeOfExpr))))), in registerMatchers()
H A DUnhandledSelfAssignmentCheck.cpp45 hasEitherOperand(ignoringParenCasts(cxxThisExpr())))))); in registerMatchers()
H A DMisplacedWideningCastCheck.cpp50 binaryOperator(isComparisonOperator(), hasEitherOperand(Cast)), this); in registerMatchers()
H A DStringviewNullptrCheck.cpp231 hasEitherOperand(ignoringImpCasts( in StringviewNullptrCheckImpl()
H A DNotNullTerminatedResultCheck.cpp547 hasEitherOperand(ignoringParenImpCasts(integerLiteral()))); in registerMatchers()
551 hasEitherOperand(ignoringParenImpCasts(integerLiteral()))); in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DStaticAssertCheck.cpp42 hasEitherOperand(ignoringImpCasts(stringLiteral().bind("assertMSG"))), in registerMatchers()
43 anyOf(binaryOperator(hasEitherOperand(IsAlwaysFalseWithCast)), in registerMatchers()
H A DRedundantExpressionCheck.cpp874 unless(hasEitherOperand(hasType(realFloatingPointType()))), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DDurationAdditionCheck.cpp24 hasEitherOperand(expr(ignoringParenImpCasts( in registerMatchers()
H A DDurationRewriter.h134 hasEitherOperand(ignoringImpCasts(callExpr(callee(funcDecl))))); in AST_MATCHER_FUNCTION_P()
H A DDurationUnnecessaryConversionCheck.cpp59 hasEitherOperand(expr(ignoringParenImpCasts( in registerMatchers()
H A DDurationFactoryScaleCheck.cpp126 hasEitherOperand(ignoringImpCasts( in registerMatchers()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp88 hasEitherOperand(ignoringParenImpCasts( in simpleCondition()
91 hasEitherOperand( in simpleCondition()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp1597 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 DASTMatchersNarrowingTest.cpp617 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 DContainerSizeEmptyCheck.cpp125 hasEitherOperand(anyOf(integerLiteral(equals(1)), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseNullptrCheck.cpp60 hasEitherOperand(IsOrHasDescendant( in makeCastSequenceMatcher()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp283 binaryOperator(hasEitherOperand( in findDirectMutation()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp309 REGISTER_MATCHER(hasEitherOperand); in RegistryMaps()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5730 hasEitherOperand, in AST_POLYMORPHIC_MATCHER_P() argument