Lines Matching refs:FactSet
100 class FactSet;
137 handleRemovalFromIntersection(const FactSet &FSet, FactManager &FactMan,
140 virtual void handleLock(FactSet &FSet, FactManager &FactMan,
143 virtual void handleUnlock(FactSet &FSet, FactManager &FactMan,
178 class FactSet { class
302 const FactSet& FSet,
328 FactSet EntrySet;
331 FactSet ExitSet;
351 const FactSet &getSet(CFGBlockSide Side) const { in getSet()
865 handleRemovalFromIntersection(const FactSet &FSet, FactManager &FactMan, in handleRemovalFromIntersection()
874 void handleLock(FactSet &FSet, FactManager &FactMan, const FactEntry &entry, in handleLock()
880 void handleUnlock(FactSet &FSet, FactManager &FactMan, in handleUnlock()
926 handleRemovalFromIntersection(const FactSet &FSet, FactManager &FactMan, in handleRemovalFromIntersection()
943 void handleLock(FactSet &FSet, FactManager &FactMan, const FactEntry &entry, in handleLock()
957 void handleUnlock(FactSet &FSet, FactManager &FactMan, in handleUnlock()
982 void lock(FactSet &FSet, FactManager &FactMan, const CapabilityExpr &Cp, in lock()
994 void unlock(FactSet &FSet, FactManager &FactMan, const CapabilityExpr &Cp, in unlock()
1030 void addLock(FactSet &FSet, std::unique_ptr<FactEntry> Entry,
1032 void removeLock(FactSet &FSet, const CapabilityExpr &CapE,
1049 void getEdgeLockset(FactSet &Result, const FactSet &ExitSet,
1053 void intersectAndWarn(FactSet &FSet1, const FactSet &FSet2,
1058 void intersectAndWarn(FactSet &FSet1, const FactSet &FSet2, in intersectAndWarn()
1139 const FactSet& FSet, in checkBeforeAfter()
1284 void ThreadSafetyAnalyzer::addLock(FactSet &FSet, in addLock()
1322 void ThreadSafetyAnalyzer::removeLock(FactSet &FSet, const CapabilityExpr &Cp, in removeLock()
1494 void ThreadSafetyAnalyzer::getEdgeLockset(FactSet& Result, in getEdgeLockset()
1495 const FactSet &ExitSet, in getEdgeLockset()
1574 FactSet FSet;
2185 void ThreadSafetyAnalyzer::intersectAndWarn(FactSet &FSet1, in intersectAndWarn()
2186 const FactSet &FSet2, in intersectAndWarn()
2191 FactSet FSet1Orig = FSet1; in intersectAndWarn()
2197 FactSet::iterator Iter1 = FSet1.findLockIter(FactMan, *LDat2); in intersectAndWarn()
2309 FactSet &InitialLockset = BlockInfo[FirstBlock->getBlockID()].EntrySet; in runAnalysis()
2412 FactSet PrevLockset; in runAnalysis()
2447 FactSet PrevLockset; in runAnalysis()
2519 FactSet ExpectedExitSet = Initial->EntrySet; in runAnalysis()