Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmt.cpp2055 DeclRefExpr *LoopDRE, *LastDRE; in CheckForRedundantIteration() local
2058 if (!ProcessIterationStmt(S, LastStmt, LastIncrement, LastDRE)) return; in CheckForRedundantIteration()
2063 LoopDRE->getDecl() != LastDRE->getDecl()) return; in CheckForRedundantIteration()
2067 S.Diag(LastDRE->getLocation(), diag::warn_redundant_loop_iteration) in CheckForRedundantIteration()
2068 << LastDRE->getDecl() << LastIncrement; in CheckForRedundantIteration()