Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
Dcondition-variable-unittest.cc269 TEST(ConditionVariable, LoopIncrement) { in TEST() argument
/external/clang/lib/Sema/
DSemaStmt.cpp1564 bool LoopIncrement, LastIncrement; in CheckForRedundantIteration() local
1567 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return; in CheckForRedundantIteration()
1572 if (LoopIncrement != LastIncrement || in CheckForRedundantIteration()
1580 << LoopIncrement; in CheckForRedundantIteration()