Lines Matching refs:ExclusiveLocksToAdd
1518 CapExprSet ExclusiveLocksToAdd; in getEdgeLockset() local
1526 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in getEdgeLockset()
1534 getMutexIDs(ExclusiveLocksToAdd, A, Exp, FunDecl, in getEdgeLockset()
1553 for (const auto &ExclusiveLockToAdd : ExclusiveLocksToAdd) in getEdgeLockset()
1804 CapExprSet ExclusiveLocksToAdd, SharedLocksToAdd; in handleCall() local
1826 : ExclusiveLocksToAdd, in handleCall()
1930 for (const auto &M : ExclusiveLocksToAdd) in handleCall()
1948 for (const auto &M : ExclusiveLocksToAdd) in handleCall()
2311 CapExprSet ExclusiveLocksToAdd; in runAnalysis() local
2319 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in runAnalysis()
2327 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in runAnalysis()
2351 for (const auto &Mu : ExclusiveLocksToAdd) { in runAnalysis()