Lines Matching refs:ExclusiveLocksToAdd
1535 CapExprSet ExclusiveLocksToAdd; in getEdgeLockset() local
1543 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in getEdgeLockset()
1551 getMutexIDs(ExclusiveLocksToAdd, A, Exp, FunDecl, in getEdgeLockset()
1570 for (const auto &ExclusiveLockToAdd : ExclusiveLocksToAdd) in getEdgeLockset()
1820 CapExprSet ExclusiveLocksToAdd, SharedLocksToAdd; in handleCall() local
1842 : ExclusiveLocksToAdd, in handleCall()
1951 for (const auto &M : ExclusiveLocksToAdd) in handleCall()
1969 for (const auto &M : ExclusiveLocksToAdd) in handleCall()
2345 CapExprSet ExclusiveLocksToAdd; in runAnalysis() local
2353 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in runAnalysis()
2361 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in runAnalysis()
2385 for (const auto &Mu : ExclusiveLocksToAdd) { in runAnalysis()