Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp952 struct UnderlyingCapability { struct in __anon06d2d5b10a11::ScopedLockableFactEntry
957 SmallVector<UnderlyingCapability, 2> UnderlyingMutexes;
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()