Lines Matching refs:ExclusiveLocksToAdd
1533 CapExprSet ExclusiveLocksToAdd; in getEdgeLockset() local
1541 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in getEdgeLockset()
1549 getMutexIDs(ExclusiveLocksToAdd, A, Exp, FunDecl, in getEdgeLockset()
1568 for (const auto &ExclusiveLockToAdd : ExclusiveLocksToAdd) in getEdgeLockset()
1818 CapExprSet ExclusiveLocksToAdd, SharedLocksToAdd; in handleCall() local
1840 : ExclusiveLocksToAdd, in handleCall()
1949 for (const auto &M : ExclusiveLocksToAdd) in handleCall()
1967 for (const auto &M : ExclusiveLocksToAdd) in handleCall()
2328 CapExprSet ExclusiveLocksToAdd; in runAnalysis() local
2336 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in runAnalysis()
2344 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in runAnalysis()
2368 for (const auto &Mu : ExclusiveLocksToAdd) { in runAnalysis()