Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DInfiniteLoopCheck.cpp73 static bool isAtLeastOneCondVarChanged(const FunctionDecl *Func, in isAtLeastOneCondVarChanged() function
83 if (isAtLeastOneCondVarChanged(Func, LoopStmt, Child, Context)) in isAtLeastOneCondVarChanged()
149 if (isAtLeastOneCondVarChanged(Func, LoopStmt, Cond, Result.Context)) in check()