Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DInfiniteLoopCheck.cpp46 static bool isVarThatIsPossiblyChanged(const FunctionDecl *Func, in isVarThatIsPossiblyChanged() function
76 if (isVarThatIsPossiblyChanged(Func, LoopStmt, Cond, Context)) in isAtLeastOneCondVarChanged()