Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp1587 bool LoopIncrement, LastIncrement; in CheckForRedundantIteration() local
1590 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return; in CheckForRedundantIteration()
1595 if (LoopIncrement != LastIncrement || in CheckForRedundantIteration()
1603 << LoopIncrement; in CheckForRedundantIteration()