Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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