Searched defs:LastDRE (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp1546 DeclRefExpr *LoopDRE, *LastDRE; local
1549 if (!ProcessIterationStmt(S, LastStmt, LastIncrement, LastDRE)) return;
1554 LoopDRE->getDecl() != LastDRE->getDecl()) return;
1558 S.Diag(LastDRE->getLocation(), diag::warn_redundant_loop_iteration)
1559 << LastDRE->getDecl() << LastIncrement;

Completed in 283 milliseconds