Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h170 virtual void handleMutexHeldEndOfScope(StringRef Kind, Name LockName,
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp885 Handler.handleMutexHeldEndOfScope(getKind(), toString(), loc(), JoinLoc, in handleRemovalFromIntersection()
996 Handler.handleMutexHeldEndOfScope(UnderlyingMutex.Cap.getKind(), in handleRemovalFromIntersection()
2333 Handler.handleMutexHeldEndOfScope(B.getKind(), B.toString(), B.loc(), in join()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2076 void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope() function in clang::threadSafety::__anon9476153b1111::ThreadSafetyReporter