Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1704 DeclRefExpr *LoopDRE, *LastDRE; in CheckForRedundantIteration() local
1706 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return; in CheckForRedundantIteration()
1712 LoopDRE->getDecl() != LastDRE->getDecl()) return; in CheckForRedundantIteration()
1718 S.Diag(LoopDRE->getLocation(), diag::note_loop_iteration_here) in CheckForRedundantIteration()