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