Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2124 bool LoopIncrement, LastIncrement; in CheckForRedundantIteration() local
2128 if (!ProcessIterationStmt(S, LastStmt, LastIncrement, LastDRE)) return; in CheckForRedundantIteration()
2132 if (LoopIncrement != LastIncrement || in CheckForRedundantIteration()
2138 << LastDRE->getDecl() << LastIncrement; in CheckForRedundantIteration()