Searched refs:FSet (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 138 handleRemovalFromIntersection(const FactSet &FSet, FactManager &FactMan, 141 virtual void handleLock(FactSet &FSet, FactManager &FactMan, 144 virtual void handleUnlock(FactSet &FSet, FactManager &FactMan, 303 const FactSet& FSet, 863 handleRemovalFromIntersection(const FactSet &FSet, FactManager &FactMan, in handleRemovalFromIntersection() argument 872 void handleLock(FactSet &FSet, FactManager &FactMan, const FactEntry &entry, in handleLock() argument 878 void handleUnlock(FactSet &FSet, FactManager &FactMan, in handleUnlock() argument 882 FSet.removeLock(FactMan, Cp); in handleUnlock() 884 FSet.addLock(FactMan, std::make_unique<LockableFactEntry>( in handleUnlock() 922 handleRemovalFromIntersection(const FactSet &FSet, FactManager &FactMan, in handleRemovalFromIntersection() argument [all …]
|