Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp903 SmallVector<UnderlyingCapability, 4> UnderlyingMutexes; member in __anonef2eab400a11::ScopedLockableFactEntry
910 UnderlyingMutexes.emplace_back(M.sexpr(), UCK_Acquired); in addExclusiveLock()
914 UnderlyingMutexes.emplace_back(M.sexpr(), UCK_Acquired); in addSharedLock()
918 UnderlyingMutexes.emplace_back(M.sexpr(), UCK_ReleasedExclusive); in addExclusiveUnlock()
922 UnderlyingMutexes.emplace_back(M.sexpr(), UCK_ReleasedShared); in addSharedUnlock()
929 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleRemovalFromIntersection()
946 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleLock()
962 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleUnlock()