Searched refs:CapExprSet (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 84 class CapExprSet : public SmallVector<CapabilityExpr, 4> { class 1032 void getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, const Expr *Exp, 1036 void getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, const Expr *Exp, 1326 void ThreadSafetyAnalyzer::getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, in getMutexIDs() 1358 void ThreadSafetyAnalyzer::getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, in getMutexIDs() 1494 CapExprSet ExclusiveLocksToAdd; in getEdgeLockset() 1495 CapExprSet SharedLocksToAdd; in getEdgeLockset() 1798 CapExprSet ExclusiveLocksToAdd, SharedLocksToAdd; in handleCall() 1799 CapExprSet ExclusiveLocksToRemove, SharedLocksToRemove, GenericLocksToRemove; in handleCall() 1800 CapExprSet ScopedReqsAndExcludes; in handleCall() [all …]
|