Searched refs:ExclusiveLocksToAdd (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 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() [all …]
|