Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp862 for (const til::SExpr *UnderlyingMutex : UnderlyingMutexes) { in handleRemovalFromIntersection() local
863 if (FSet.findLock(FactMan, CapabilityExpr(UnderlyingMutex, false))) { in handleRemovalFromIntersection()
867 "mutex", sx::toString(UnderlyingMutex), loc(), JoinLoc, LEK); in handleRemovalFromIntersection()
877 for (const til::SExpr *UnderlyingMutex : UnderlyingMutexes) { in handleUnlock() local
878 CapabilityExpr UnderCp(UnderlyingMutex, false); in handleUnlock()