Searched refs:findLock (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 239 const FactEntry *findLock(FactManager &FM, const CapabilityExpr &CapE) const { in findLock() function in __anonfc9fb0060111::FactSet 926 const auto *Entry = FSet.findLock(FactMan, UnderlyingMutex.Cap); in handleRemovalFromIntersection() 975 if (const FactEntry *Fact = FSet.findLock(FactMan, Cp)) { in lock() 988 if (FSet.findLock(FactMan, Cp)) { in unlock() 994 if (const FactEntry *Neg = FSet.findLock(FactMan, !Cp)) in unlock() 1268 const FactEntry *Nen = FSet.findLock(FactMan, NegC); in addLock() 1287 if (const FactEntry *Cp = FSet.findLock(FactMan, *Entry)) { in addLock() 1303 const FactEntry *LDat = FSet.findLock(FactMan, Cp); in removeLock() 1306 if (const FactEntry *Neg = FSet.findLock(FactMan, !Cp)) in removeLock() 1606 const FactEntry *LDat = FSet.findLock(FactMan, !Cp); in warnIfMutexNotHeld() [all …]
|