Searched refs:CapExprSet (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 85 class CapExprSet : public SmallVector<CapabilityExpr, 4> { class 1037 void getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, const Expr *Exp, 1041 void getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, const Expr *Exp, 1364 void ThreadSafetyAnalyzer::getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, in getMutexIDs() 1396 void ThreadSafetyAnalyzer::getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, in getMutexIDs() 1533 CapExprSet ExclusiveLocksToAdd; in getEdgeLockset() 1534 CapExprSet SharedLocksToAdd; in getEdgeLockset() 1818 CapExprSet ExclusiveLocksToAdd, SharedLocksToAdd; in handleCall() 1819 CapExprSet ExclusiveLocksToRemove, SharedLocksToRemove, GenericLocksToRemove; in handleCall() 1820 CapExprSet ScopedReqsAndExcludes; in handleCall() [all …]
|