Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp165 for (const Stmt *Reinit : Reinits) { in findInternal() local
166 if (MovingCall && Reinit != MovingCall && in findInternal()
167 Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
168 ReinitsToDelete.push_back(Reinit); in findInternal()
170 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local
171 Reinits.erase(Reinit); in findInternal()
181 for (const Stmt *Reinit : Reinits) { in findInternal() local
182 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()