Searched refs:ExclusiveLocksToAdd (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1535 CapExprSet ExclusiveLocksToAdd; in getEdgeLockset() local 1543 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in getEdgeLockset() 1551 getMutexIDs(ExclusiveLocksToAdd, A, Exp, FunDecl, in getEdgeLockset() 1570 for (const auto &ExclusiveLockToAdd : ExclusiveLocksToAdd) in getEdgeLockset() 1820 CapExprSet ExclusiveLocksToAdd, SharedLocksToAdd; in handleCall() local 1842 : ExclusiveLocksToAdd, in handleCall() 1951 for (const auto &M : ExclusiveLocksToAdd) in handleCall() 1969 for (const auto &M : ExclusiveLocksToAdd) in handleCall() 2345 CapExprSet ExclusiveLocksToAdd; in runAnalysis() local 2353 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in runAnalysis() [all …]
|