Searched refs:findLock (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 239 const FactEntry *findLock(FactManager &FM, const CapabilityExpr &CapE) const { in findLock() function in __anon721e4a080111::FactSet 927 const auto *Entry = FSet.findLock(FactMan, UnderlyingMutex.Cap); in handleRemovalFromIntersection() 976 if (const FactEntry *Fact = FSet.findLock(FactMan, Cp)) { in lock() 989 if (FSet.findLock(FactMan, Cp)) { in unlock() 995 if (const FactEntry *Neg = FSet.findLock(FactMan, !Cp)) in unlock() 1254 const FactEntry *Nen = FSet.findLock(FactMan, NegC); in addLock() 1273 if (const FactEntry *Cp = FSet.findLock(FactMan, *Entry)) { in addLock() 1289 const FactEntry *LDat = FSet.findLock(FactMan, Cp); in removeLock() 1292 if (const FactEntry *Neg = FSet.findLock(FactMan, !Cp)) in removeLock() 1593 const FactEntry *LDat = FSet.findLock(Analyzer->FactMan, !Cp); in warnIfMutexNotHeld() [all …]
|