Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp156 bool hasLiveIterators(ProgramStateRef State, const MemRegion *Cont);
250 if (!hasLiveIterators(State, Cont.first)) { in checkDeadSymbols()
1049 bool hasLiveIterators(ProgramStateRef State, const MemRegion *Cont) { in hasLiveIterators() function