Searched refs:handleMutexNotHeld (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafety.h | 205 virtual void handleMutexNotHeld(StringRef Kind, const NamedDecl *D,
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1674 Handler.handleMutexNotHeld(Cp.getKind(), D, POK, Cp.toString(), LK, Loc, in warnIfMutexNotHeld() 1678 Handler.handleMutexNotHeld(Cp.getKind(), D, POK, Cp.toString(), LK, Loc); in warnIfMutexNotHeld() 1684 Handler.handleMutexNotHeld(Cp.getKind(), D, POK, Cp.toString(), LK, Loc); in warnIfMutexNotHeld() 2027 Analyzer->Handler.handleMutexNotHeld(Cp.getKind(), D, POK_FunctionCall, in handleCall()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2144 void handleMutexNotHeld(StringRef Kind, const NamedDecl *D, in handleMutexNotHeld() function in clang::threadSafety::__anon9476153b1111::ThreadSafetyReporter
|