Searched defs:CapExprSet (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DThreadSafety.cpp73 class CapExprSet : public SmallVector<CapabilityExpr, 4> { class in namespace:__anon1151
850 const CapExprSet &Excl, const CapExprSet &Shrd)
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,
1283 void ThreadSafetyAnalyzer::getMutexIDs(CapExprSet &Mtxs, AttrType *Attr,
1414 CapExprSet ExclusiveLocksToAdd;
1415 CapExprSet SharedLocksToAdd;
1689 CapExprSet ExclusiveLocksToAd
[all...]

Completed in 88 milliseconds