Searched refs:CapExprSet (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 73 class CapExprSet : public SmallVector<CapabilityExpr, 4> { class 850 const CapExprSet &Excl, const CapExprSet &Shrd) in ScopedLockableFactEntry() 935 void getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, Expr *Exp, 939 void getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, Expr *Exp, 1250 void ThreadSafetyAnalyzer::getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, in getMutexIDs() 1283 void ThreadSafetyAnalyzer::getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, in getMutexIDs() 1414 CapExprSet ExclusiveLocksToAdd; in getEdgeLockset() 1415 CapExprSet SharedLocksToAdd; in getEdgeLockset() 1689 CapExprSet ExclusiveLocksToAdd, SharedLocksToAdd; in handleCall() 1690 CapExprSet ExclusiveLocksToRemove, SharedLocksToRemove, GenericLocksToRemove; in handleCall() [all …]
|