Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp186 std::string CondVarNames = getCondVarNames(Cond); in check() local
187 if (ShouldHaveConditionVariables && CondVarNames.empty()) in check()
190 if (CondVarNames.empty()) { in check()
198 << CondVarNames; in check()