Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp904 SmallVector<UnderlyingCapability, 2> UnderlyingMutexes; member in __anon6254f0e10a11::ScopedLockableFactEntry
911 UnderlyingMutexes.push_back(UnderlyingCapability{M, UCK_Acquired}); in addLock()
915 UnderlyingMutexes.push_back(UnderlyingCapability{M, UCK_ReleasedExclusive}); in addExclusiveUnlock()
919 UnderlyingMutexes.push_back(UnderlyingCapability{M, UCK_ReleasedShared}); in addSharedUnlock()
926 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleRemovalFromIntersection()
941 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleLock()
955 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleUnlock()