Searched refs:CapExprSet (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 84 class CapExprSet : public SmallVector<CapabilityExpr, 4> { class 1031 void getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, const Expr *Exp, 1035 void getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, const Expr *Exp, 1312 void ThreadSafetyAnalyzer::getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, in getMutexIDs() 1344 void ThreadSafetyAnalyzer::getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, in getMutexIDs() 1480 CapExprSet ExclusiveLocksToAdd; in getEdgeLockset() 1481 CapExprSet SharedLocksToAdd; in getEdgeLockset() 1781 CapExprSet ExclusiveLocksToAdd, SharedLocksToAdd; in handleCall() 1782 CapExprSet ExclusiveLocksToRemove, SharedLocksToRemove, GenericLocksToRemove; in handleCall() 1783 CapExprSet ScopedReqsAndExcludes; in handleCall() [all …]
|