Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp957 SmallVector<UnderlyingCapability, 2> UnderlyingMutexes; member in __anon06d2d5b10a11::ScopedLockableFactEntry
966 for (const UnderlyingCapability &UnderlyingMutex : UnderlyingMutexes) in getUnderlyingMutexes()
972 UnderlyingMutexes.push_back(UnderlyingCapability{M, UCK_Acquired}); in addLock()
976 UnderlyingMutexes.push_back(UnderlyingCapability{M, UCK_ReleasedExclusive}); in addExclusiveUnlock()
980 UnderlyingMutexes.push_back(UnderlyingCapability{M, UCK_ReleasedShared}); in addSharedUnlock()
990 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleRemovalFromIntersection()
1005 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleLock()
1019 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleUnlock()