Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp903 SmallVector<UnderlyingCapability, 4> UnderlyingMutexes; member in __anon3cf8d6650a11::ScopedLockableFactEntry
910 UnderlyingMutexes.emplace_back(M.sexpr(), UCK_Acquired); in addLock()
914 UnderlyingMutexes.emplace_back(M.sexpr(), UCK_ReleasedExclusive); in addExclusiveUnlock()
918 UnderlyingMutexes.emplace_back(M.sexpr(), UCK_ReleasedShared); in addSharedUnlock()
925 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleRemovalFromIntersection()
942 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleLock()
958 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleUnlock()