Home
last modified time | relevance | path

Searched refs:hasIncrement (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DFloatLoopCounter.cpp21 forStmt(hasIncrement(expr(hasType(realFloatingPointType())))).bind("for"), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUnusedReturnValueCheck.cpp157 hasIncrement(MatchedCallExpr), hasBody(MatchedCallExpr))); in registerMatchers()
H A DTooSmallLoopVariableCheck.cpp92 hasIncrement(IncrementMatcher)) in registerMatchers()
/llvm-project-15.0.7/clang/docs/
H A DLibASTMatchersTutorial.rst355 hasIncrement(unaryOperator(hasOperatorName("++")))
365 hasIncrement(unaryOperator(
374 hasIncrement(unaryOperator(
383 hasIncrement(unaryOperator(
490 hasIncrement(unaryOperator(
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp116 hasIncrement( in makeArrayLoopMatcher()
206 hasIncrement(anyOf( in makeIteratorLoopMatcher()
293 hasIncrement( in makePseudoArrayLoopMatcher()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp137 hasIncrement(unaryOperator(hasOperatorName("++"), in addMatcher()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp157 hasIncrement(unaryOperator( in forLoopMatcher()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp318 REGISTER_MATCHER(hasIncrement); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DTransformerTest.cpp1347 hasIncrement(unaryOperator(hasOperatorName("++"), in TEST_F()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2100 AST_MATCHER_P(ForStmt, hasIncrement, internal::Matcher<Stmt>, in AST_MATCHER_P() argument