Searched refs:handleNegativeNotHeld (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafety.h | 205 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld() function 213 virtual void handleNegativeNotHeld(const NamedDecl *D, Name LockName, in handleNegativeNotHeld() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1274 Handler.handleNegativeNotHeld(Entry->getKind(), Entry->toString(), in addLock() 1621 Handler.handleNegativeNotHeld(D, Cp.toString(), Loc); in warnIfMutexNotHeld()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2041 void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld() function in clang::threadSafety::__anon1607c2311111::ThreadSafetyReporter 2049 void handleNegativeNotHeld(const NamedDecl *D, Name LockName, in handleNegativeNotHeld() function in clang::threadSafety::__anon1607c2311111::ThreadSafetyReporter
|