Lines Matching refs:SharedLocksToAdd
1415 CapExprSet SharedLocksToAdd; in getEdgeLockset() local
1431 getMutexIDs(SharedLocksToAdd, A, Exp, FunDecl, in getEdgeLockset()
1447 for (const auto &SharedLockToAdd : SharedLocksToAdd) in getEdgeLockset()
1689 CapExprSet ExclusiveLocksToAdd, SharedLocksToAdd; in handleCall() local
1711 Analyzer->getMutexIDs(A->isShared() ? SharedLocksToAdd in handleCall()
1795 for (const auto &M : SharedLocksToAdd) in handleCall()
1810 std::back_inserter(SharedLocksToAdd)); in handleCall()
1813 Scp, MLoc, ExclusiveLocksToAdd, SharedLocksToAdd), in handleCall()
2147 CapExprSet SharedLocksToAdd; in runAnalysis() local
2154 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in runAnalysis()
2188 for (const auto &Mu : SharedLocksToAdd) { in runAnalysis()