Home
last modified time | relevance | path

Searched defs:LockName (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
DThreadSafety.h83 virtual void handleUnmatchedUnlock(Name LockName, SourceLocation Loc) {} in handleUnmatchedUnlock()
89 virtual void handleDoubleLock(Name LockName, SourceLocation Loc) {} in handleDoubleLock()
103 virtual void handleMutexHeldEndOfScope(Name LockName, in handleMutexHeldEndOfScope()
115 virtual void handleExclusiveAndShared(Name LockName, SourceLocation Loc1, in handleExclusiveAndShared()
145 virtual void handleFunExcludesLock(Name FunName, Name LockName, in handleFunExcludesLock()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1307 void warnLockMismatch(unsigned DiagID, Name LockName, SourceLocation Loc) { in warnLockMismatch()
1340 void handleUnmatchedUnlock(Name LockName, SourceLocation Loc) { in handleUnmatchedUnlock()
1344 void handleDoubleLock(Name LockName, SourceLocation Loc) { in handleDoubleLock()
1348 void handleMutexHeldEndOfScope(Name LockName, SourceLocation LocLocked, in handleMutexHeldEndOfScope()
1379 void handleExclusiveAndShared(Name LockName, SourceLocation Loc1, in handleExclusiveAndShared()
1401 Name LockName, LockKind LK, SourceLocation Loc, in handleMutexNotHeld()
1439 void handleFunExcludesLock(Name FunName, Name LockName, SourceLocation Loc) { in handleFunExcludesLock()
/freebsd-10-stable/contrib/sendmail/mail.local/
Dmail.local.c1489 char LockName[MAXPATHLEN]; variable