Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp860 for (const til::SExpr *UnderlyingMutex : UnderlyingMutexes) { in handleRemovalFromIntersection() local
861 if (FSet.findLock(FactMan, CapabilityExpr(UnderlyingMutex, false))) { in handleRemovalFromIntersection()
865 "mutex", sx::toString(UnderlyingMutex), loc(), JoinLoc, LEK); in handleRemovalFromIntersection()
875 for (const til::SExpr *UnderlyingMutex : UnderlyingMutexes) { in handleUnlock() local
876 CapabilityExpr UnderCp(UnderlyingMutex, false); in handleUnlock()