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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h83 virtual void handleUnmatchedUnlock(Name LockName, SourceLocation Loc) {} argument
89 virtual void handleDoubleLock(Name LockName, SourceLocation Loc) {} argument
103 virtual void handleMutexHeldEndOfScope(Name LockName, argument
115 virtual void handleExclusiveAndShared(Name LockName, SourceLocation Loc1, argument
134 handleMutexNotHeld(const NamedDecl *D, ProtectedOperationKind POK, Name LockName, LockKind LK, SourceLocation Loc, Name *PossibleMatch=0) argument
145 handleFunExcludesLock(Name FunName, Name LockName, SourceLocation Loc) argument
[all...]
/freebsd-10.1-release/contrib/sendmail/mail.local/
H A Dmail.local.c1489 char LockName[MAXPATHLEN]; local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1307 void warnLockMismatch(unsigned DiagID, Name LockName, SourceLocation Loc) { argument
1340 void handleUnmatchedUnlock(Name LockName, SourceLocation Loc) { argument
1344 void handleDoubleLock(Name LockName, SourceLocation Loc) { argument
1348 void handleMutexHeldEndOfScope(Name LockName, SourceLocation LocLocked, argument
1379 void handleExclusiveAndShared(Name LockName, SourceLocation Loc1, argument
1400 handleMutexNotHeld(const NamedDecl *D, ProtectedOperationKind POK, Name LockName, LockKind LK, SourceLocation Loc, Name *PossibleMatch) argument
1439 handleFunExcludesLock(Name FunName, Name LockName, SourceLocation Loc) argument
[all...]

Completed in 65 milliseconds