Lines Matching refs:SharedLocksToAdd
1536 CapExprSet SharedLocksToAdd; in getEdgeLockset() local
1543 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in getEdgeLockset()
1558 getMutexIDs(SharedLocksToAdd, A, Exp, FunDecl, in getEdgeLockset()
1574 for (const auto &SharedLockToAdd : SharedLocksToAdd) in getEdgeLockset()
1820 CapExprSet ExclusiveLocksToAdd, SharedLocksToAdd; in handleCall() local
1841 Analyzer->getMutexIDs(A->isShared() ? SharedLocksToAdd in handleCall()
1955 for (const auto &M : SharedLocksToAdd) in handleCall()
1971 for (const auto &M : SharedLocksToAdd) in handleCall()
2346 CapExprSet SharedLocksToAdd; in runAnalysis() local
2353 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in runAnalysis()
2361 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in runAnalysis()
2390 for (const auto &Mu : SharedLocksToAdd) { in runAnalysis()