Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DInfiniteLoopCheck.cpp152 std::string CondVarNames = getCondVarNames(Cond); in check() local
153 if (ShouldHaveConditionVariables && CondVarNames.empty()) in check()
156 if (CondVarNames.empty()) { in check()
164 << CondVarNames; in check()