Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp738 SExpr UnderlyingMutex; // for ScopedLockable objects member
743 UnderlyingMutex(Decl::EmptyShell()) in LockData()
748 UnderlyingMutex(Mu) in LockData()
1576 if (LDat->UnderlyingMutex.isValid()) { in removeLock()
1581 if (FSet.findLock(FactMan, LDat->UnderlyingMutex)) in removeLock()
1582 FSet.removeLock(FactMan, LDat->UnderlyingMutex); in removeLock()
1586 if (!FSet.findLock(FactMan, LDat->UnderlyingMutex)) { in removeLock()
1588 DiagKind, LDat->UnderlyingMutex.toString(), UnlockLoc); in removeLock()
1590 FSet.removeLock(FactMan, LDat->UnderlyingMutex); in removeLock()
2276 if (LDat2.UnderlyingMutex.isValid()) { in intersectAndWarn()
[all …]