Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp898 struct UnderlyingCapability { struct in __anonfc9fb0060a11::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()