Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp903 SmallVector<UnderlyingCapability, 4> UnderlyingMutexes; member in __anon68dfda3c0a11::ScopedLockableFactEntry
910 UnderlyingMutexes.emplace_back(M.sexpr(), UCK_Acquired); in addLock()
914 UnderlyingMutexes.emplace_back(M.sexpr(), UCK_ReleasedExclusive); in addExclusiveUnlock()
918 UnderlyingMutexes.emplace_back(M.sexpr(), UCK_ReleasedShared); in addSharedUnlock()
925 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleRemovalFromIntersection()
942 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleLock()
958 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleUnlock()