Searched refs:LK_Exclusive (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h46 LK_Exclusive, ///< Exclusive/writer lock of a mutex. enumerator in enum:clang::threadSafety::LockKind
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp130 return (LKind == LK_Exclusive) || (LK == LK_Shared);
839 !Cp, LK_Exclusive, UnlockLoc));
851 : FactEntry(CE, LK_Exclusive, Loc, false) {
880 !UnderCp, LK_Exclusive, UnlockLoc);
1445 LK_Exclusive, Loc),
1730 AssertLock, LK_Exclusive, Loc, false, true),
1793 M, LK_Exclusive, Loc, isScopedVar),
1821 Analyzer->removeLock(FSet, M, Loc, Dtor, LK_Exclusive, CapDiagKind);
2037 if (Modify && LDat1->kind() != LK_Exclusive) {
2184 auto Entry = llvm::make_unique<LockableFactEntry>(Mu, LK_Exclusive, Lo
[all...]

Completed in 52 milliseconds