Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp85 static bool isAtLeastOneCondVarChanged(const Decl *Func, const Stmt *LoopStmt, in isAtLeastOneCondVarChanged() function
94 if (isAtLeastOneCondVarChanged(Func, LoopStmt, Child, Context)) in isAtLeastOneCondVarChanged()
183 if (isAtLeastOneCondVarChanged(Func, LoopStmt, Cond, Result.Context)) in check()