Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2053 bool LoopIncrement, LastIncrement; in CheckForRedundantIteration() local
2057 if (!ProcessIterationStmt(S, LastStmt, LastIncrement, LastDRE)) return; in CheckForRedundantIteration()
2061 if (LoopIncrement != LastIncrement || in CheckForRedundantIteration()
2067 << LastDRE->getDecl() << LastIncrement; in CheckForRedundantIteration()