Home
last modified time | relevance | path

Searched refs:handleDoubleLock (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h133 virtual void handleDoubleLock(StringRef Kind, Name LockName, in handleDoubleLock() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp877 Handler.handleDoubleLock(DiagKind, entry.toString(), entry.loc()); in handleLock()
990 Handler->handleDoubleLock(DiagKind, Cp.toString(), loc); in lock()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1695 void handleDoubleLock(StringRef Kind, Name LockName, SourceLocation Loc) override { in handleDoubleLock() function in clang::threadSafety::__anon1610bc2a1011::ThreadSafetyReporter