Searched defs:LockName (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1880 void handleUnmatchedUnlock(StringRef Kind, Name LockName, SourceLocation Loc, in handleUnmatchedUnlock() 1890 void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind() 1903 void handleDoubleLock(StringRef Kind, Name LockName, SourceLocation LocLocked, in handleDoubleLock() 1913 void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope() 1941 void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared() 1965 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld() 2041 void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld() 2049 void handleNegativeNotHeld(const NamedDecl *D, Name LockName, in handleNegativeNotHeld() 2056 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
|