Searched defs:LockName (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafety.h | 127 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock() 141 virtual void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind() 152 virtual void handleDoubleLock(StringRef Kind, Name LockName, in handleDoubleLock() 184 virtual void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared() 217 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld() 225 virtual void handleNegativeNotHeld(const NamedDecl *D, Name LockName, in handleNegativeNotHeld() 236 Name LockName, SourceLocation Loc) {} in handleFunExcludesLock()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2043 void handleUnmatchedUnlock(StringRef Kind, Name LockName, SourceLocation Loc, in handleUnmatchedUnlock() 2053 void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind() 2066 void handleDoubleLock(StringRef Kind, Name LockName, SourceLocation LocLocked, in handleDoubleLock() 2076 void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope() 2106 void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared() 2145 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld() 2245 void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld() 2253 void handleNegativeNotHeld(const NamedDecl *D, Name LockName, in handleNegativeNotHeld() 2260 void handleFunExcludesLock(StringRef Kind, Name FunName, Name LockName, in handleFunExcludesLock()
|
| /freebsd/contrib/sendmail/mail.local/ |
| H A D | mail.local.c | 1524 char LockName[MAXPATHLEN]; variable
|