Lines Matching refs:findLock
242 const FactEntry *findLock(FactManager &FM, const CapabilityExpr &CapE) const { in findLock() function in __anon3cf8d6650111::FactSet
926 const auto *Entry = FSet.findLock( in handleRemovalFromIntersection()
981 if (const FactEntry *Fact = FSet.findLock(FactMan, Cp)) { in lock()
994 if (FSet.findLock(FactMan, Cp)) { in unlock()
1000 if (const FactEntry *Neg = FSet.findLock(FactMan, !Cp)) in unlock()
1307 const FactEntry *Nen = FSet.findLock(FactMan, NegC); in addLock()
1326 if (const FactEntry *Cp = FSet.findLock(FactMan, *Entry)) { in addLock()
1343 const FactEntry *LDat = FSet.findLock(FactMan, Cp); in removeLock()
1346 if (const FactEntry *Neg = FSet.findLock(FactMan, !Cp)) in removeLock()
1646 const FactEntry *LDat = FSet.findLock(Analyzer->FactMan, !Cp); in warnIfMutexNotHeld()
1659 LDat = FSet.findLock(Analyzer->FactMan, Cp); in warnIfMutexNotHeld()
1702 const FactEntry *LDat = FSet.findLock(Analyzer->FactMan, Cp); in warnIfMutexHeld()
2255 const FactEntry *ExitFact = ExitSet.findLock(FactMan, *EntryFact); in intersectAndWarn()