Lines Matching refs:FactSet
99 class FactSet;
141 handleRemovalFromIntersection(const FactSet &FSet, FactManager &FactMan,
144 virtual void handleLock(FactSet &FSet, FactManager &FactMan,
147 virtual void handleUnlock(FactSet &FSet, FactManager &FactMan,
182 class FactSet { class
306 const FactSet& FSet,
332 FactSet EntrySet;
335 FactSet ExitSet;
355 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()
922 handleRemovalFromIntersection(const FactSet &FSet, FactManager &FactMan, in handleRemovalFromIntersection()
939 void handleLock(FactSet &FSet, FactManager &FactMan, const FactEntry &entry, in handleLock()
953 void handleUnlock(FactSet &FSet, FactManager &FactMan, in handleUnlock()
978 void lock(FactSet &FSet, FactManager &FactMan, const CapabilityExpr &Cp, in lock()
991 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,
1055 void intersectAndWarn(FactSet &EntrySet, const FactSet &ExitSet,
1059 void intersectAndWarn(FactSet &EntrySet, const FactSet &ExitSet, in intersectAndWarn()
1139 const FactSet& FSet, in checkBeforeAfter()
1298 void ThreadSafetyAnalyzer::addLock(FactSet &FSet, in addLock()
1336 void ThreadSafetyAnalyzer::removeLock(FactSet &FSet, const CapabilityExpr &Cp, in removeLock()
1511 void ThreadSafetyAnalyzer::getEdgeLockset(FactSet& Result, in getEdgeLockset()
1512 const FactSet &ExitSet, in getEdgeLockset()
1591 FactSet FSet;
2230 void ThreadSafetyAnalyzer::intersectAndWarn(FactSet &EntrySet, in intersectAndWarn()
2231 const FactSet &ExitSet, in intersectAndWarn()
2235 FactSet EntrySetOrig = EntrySet; in intersectAndWarn()
2241 FactSet::iterator EntryIt = EntrySet.findLockIter(FactMan, ExitFact); in intersectAndWarn()
2343 FactSet &InitialLockset = BlockInfo[FirstBlock->getBlockID()].EntrySet; in runAnalysis()
2446 FactSet PrevLockset; in runAnalysis()
2481 FactSet PrevLockset; in runAnalysis()
2549 FactSet ExpectedExitSet = Initial->EntrySet; in runAnalysis()