Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp925 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleRemovalFromIntersection() local
927 FactMan, CapabilityExpr(UnderlyingMutex.getPointer(), false)); in handleRemovalFromIntersection()
928 if ((UnderlyingMutex.getInt() == UCK_Acquired && Entry) || in handleRemovalFromIntersection()
929 (UnderlyingMutex.getInt() != UCK_Acquired && !Entry)) { in handleRemovalFromIntersection()
942 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleLock() local
943 CapabilityExpr UnderCp(UnderlyingMutex.getPointer(), false); in handleLock()
945 if (UnderlyingMutex.getInt() == UCK_Acquired) in handleLock()
958 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleUnlock() local
959 CapabilityExpr UnderCp(UnderlyingMutex.getPointer(), false); in handleUnlock()
964 if (UnderlyingMutex.getInt() == UCK_Acquired) { in handleUnlock()
[all …]