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,
1053 void intersectAndWarn(FactSet &FSet1, const FactSet &FSet2,
1057 void intersectAndWarn(FactSet &FSet1, const FactSet &FSet2, in intersectAndWarn()
1137 const FactSet& FSet, in checkBeforeAfter()
1296 void ThreadSafetyAnalyzer::addLock(FactSet &FSet, in addLock()
1334 void ThreadSafetyAnalyzer::removeLock(FactSet &FSet, const CapabilityExpr &Cp, in removeLock()
1509 void ThreadSafetyAnalyzer::getEdgeLockset(FactSet& Result, in getEdgeLockset()
1510 const FactSet &ExitSet, in getEdgeLockset()
1589 FactSet FSet;
2203 void ThreadSafetyAnalyzer::intersectAndWarn(FactSet &FSet1, in intersectAndWarn()
2204 const FactSet &FSet2, in intersectAndWarn()
2208 FactSet FSet1Orig = FSet1; in intersectAndWarn()
2214 FactSet::iterator Iter1 = FSet1.findLockIter(FactMan, LDat2); in intersectAndWarn()
2326 FactSet &InitialLockset = BlockInfo[FirstBlock->getBlockID()].EntrySet; in runAnalysis()
2429 FactSet PrevLockset; in runAnalysis()
2464 FactSet PrevLockset; in runAnalysis()
2532 FactSet ExpectedExitSet = Initial->EntrySet; in runAnalysis()