Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp142 bool hasLiveIterators(ProgramStateRef State, const MemRegion *Cont);
236 if (!hasLiveIterators(State, Cont.first)) { in checkDeadSymbols()
1035 bool hasLiveIterators(ProgramStateRef State, const MemRegion *Cont) { in hasLiveIterators() function