Home
last modified time | relevance | path

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

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