Searched refs:CapExprSet (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 79 class CapExprSet : public SmallVector<CapabilityExpr, 4> { class 964 CapExprSet getUnderlyingMutexes() const { in getUnderlyingMutexes() 965 CapExprSet UnderlyingMutexesSet; in getUnderlyingMutexes() 1112 void getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, const Expr *Exp, 1116 void getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, const Expr *Exp, 1386 void ThreadSafetyAnalyzer::getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, in getMutexIDs() 1418 void ThreadSafetyAnalyzer::getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, in getMutexIDs() 1554 CapExprSet ExclusiveLocksToAdd; in getEdgeLockset() 1555 CapExprSet SharedLocksToAdd; in getEdgeLockset() 1861 CapExprSet ExclusiveLocksToAdd, SharedLocksToAdd; in handleCall() [all …]
|