Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp1588 DeclRefExpr *LoopDRE, *LastDRE; in CheckForRedundantIteration() local
1590 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return; in CheckForRedundantIteration()
1596 LoopDRE->getDecl() != LastDRE->getDecl()) return; in CheckForRedundantIteration()
1602 S.Diag(LoopDRE->getLocation(), diag::note_loop_iteration_here) in CheckForRedundantIteration()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp1774 DeclRefExpr *LoopDRE, *LastDRE; in CheckForRedundantIteration() local
1776 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return; in CheckForRedundantIteration()
1782 LoopDRE->getDecl() != LastDRE->getDecl()) return; in CheckForRedundantIteration()
1788 S.Diag(LoopDRE->getLocation(), diag::note_loop_iteration_here) in CheckForRedundantIteration()