Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp342 const auto ActiveSections = State->get<ActiveCritSections>(); in handleUnlock() local
344 llvm::find_if(ActiveSections, [MutexRegion](auto &&Marker) { in handleUnlock()
347 if (MostRecentLock == ActiveSections.end()) in handleUnlock()
353 for (auto It = ActiveSections.begin(), End = ActiveSections.end(); It != End; in handleUnlock()