Searched refs:LastDRE (Results 1 – 1 of 1) sorted by relevance
1588 DeclRefExpr *LoopDRE, *LastDRE; in CheckForRedundantIteration() local1591 if (!ProcessIterationStmt(S, LastStmt, LastIncrement, LastDRE)) return; in CheckForRedundantIteration()1596 LoopDRE->getDecl() != LastDRE->getDecl()) return; in CheckForRedundantIteration()1600 S.Diag(LastDRE->getLocation(), diag::warn_redundant_loop_iteration) in CheckForRedundantIteration()1601 << LastDRE->getDecl() << LastIncrement; in CheckForRedundantIteration()