Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h137 virtual void handleDoubleLock(StringRef Kind, Name LockName, in handleDoubleLock() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp877 Handler.handleDoubleLock(DiagKind, entry.toString(), loc(), entry.loc()); in handleLock()
983 Handler->handleDoubleLock(DiagKind, Cp.toString(), Fact->loc(), loc); in lock()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1884 void handleDoubleLock(StringRef Kind, Name LockName, SourceLocation LocLocked, in handleDoubleLock() function in clang::threadSafety::__anon363ca66f1111::ThreadSafetyReporter