Searched refs:LoopDRE (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1588 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/ |
D | SemaStmt.cpp | 1774 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()
|