Searched refs:JoinLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 137 SourceLocation JoinLoc, LockErrorKind LEK, 882 SourceLocation JoinLoc, LockErrorKind LEK, in handleRemovalFromIntersection() argument 885 Handler.handleMutexHeldEndOfScope(getKind(), toString(), loc(), JoinLoc, in handleRemovalFromIntersection() 985 SourceLocation JoinLoc, LockErrorKind LEK, in handleRemovalFromIntersection() argument 998 JoinLoc, LEK); in handleRemovalFromIntersection() 1128 bool join(const FactEntry &A, const FactEntry &B, SourceLocation JoinLoc, 1132 SourceLocation JoinLoc, LockErrorKind EntryLEK, 1136 SourceLocation JoinLoc, LockErrorKind LEK) { in intersectAndWarn() argument 1137 intersectAndWarn(EntrySet, ExitSet, JoinLoc, LEK, LEK); in intersectAndWarn() 2320 SourceLocation JoinLoc, in join() argument [all …]
|