Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h185 virtual void handleMutexNotHeld(StringRef Kind, const NamedDecl *D,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp1644 Analyzer->Handler.handleMutexNotHeld("", D, POK, Cp.toString(), in warnIfMutexNotHeld()
1659 Analyzer->Handler.handleMutexNotHeld(DiagKind, D, POK, Cp.toString(), in warnIfMutexNotHeld()
1663 Analyzer->Handler.handleMutexNotHeld(DiagKind, D, POK, Cp.toString(), in warnIfMutexNotHeld()
1670 Analyzer->Handler.handleMutexNotHeld(DiagKind, D, POK, Cp.toString(), in warnIfMutexNotHeld()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1756 void handleMutexNotHeld(StringRef Kind, const NamedDecl *D, in handleMutexNotHeld() function in clang::threadSafety::__anon1610bc2a1011::ThreadSafetyReporter