reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Analysis/ThreadSafety.cpp
 1037   void getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, const Expr *Exp,
 1041   void getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, const Expr *Exp,
 1349 void ThreadSafetyAnalyzer::getMutexIDs(CapExprSet &Mtxs, AttrType *Attr,
 1381 void ThreadSafetyAnalyzer::getMutexIDs(CapExprSet &Mtxs, AttrType *Attr,
 1518   CapExprSet ExclusiveLocksToAdd;
 1519   CapExprSet SharedLocksToAdd;
 1804   CapExprSet ExclusiveLocksToAdd, SharedLocksToAdd;
 1805   CapExprSet ExclusiveLocksToRemove, SharedLocksToRemove, GenericLocksToRemove;
 1806   CapExprSet ScopedExclusiveReqs, ScopedSharedReqs;
 1839         CapExprSet AssertLocks;
 1851         CapExprSet AssertLocks;
 1863         CapExprSet AssertLocks;
 2300   CapExprSet ExclusiveLocksAcquired;
 2301   CapExprSet SharedLocksAcquired;
 2302   CapExprSet LocksReleased;
 2311     CapExprSet ExclusiveLocksToAdd;
 2312     CapExprSet SharedLocksToAdd;