Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp899 struct UnderlyingCapability { struct in __anon721e4a080a11::ScopedLockableFactEntry
904 SmallVector<UnderlyingCapability, 2> UnderlyingMutexes;
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()