Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp1587 bool LoopIncrement, LastIncrement; in CheckForRedundantIteration() local
1591 if (!ProcessIterationStmt(S, LastStmt, LastIncrement, LastDRE)) return; in CheckForRedundantIteration()
1595 if (LoopIncrement != LastIncrement || in CheckForRedundantIteration()
1601 << LastDRE->getDecl() << LastIncrement; in CheckForRedundantIteration()