Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp903 SmallVector<UnderlyingCapability, 2> UnderlyingMutexes; member in __anonfc9fb0060a11::ScopedLockableFactEntry
910 UnderlyingMutexes.push_back(UnderlyingCapability{M, UCK_Acquired}); in addLock()
914 UnderlyingMutexes.push_back(UnderlyingCapability{M, UCK_ReleasedExclusive}); in addExclusiveUnlock()
918 UnderlyingMutexes.push_back(UnderlyingCapability{M, UCK_ReleasedShared}); in addSharedUnlock()
925 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleRemovalFromIntersection()
940 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleLock()
954 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleUnlock()