Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h88 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock()
100 virtual void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind()
109 virtual void handleDoubleLock(StringRef Kind, Name LockName, in handleDoubleLock()
125 virtual void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope()
138 virtual void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared()
173 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
184 Name LockName, SourceLocation Loc) {} in handleFunExcludesLock()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1486 void warnLockMismatch(unsigned DiagID, StringRef Kind, Name LockName, in warnLockMismatch()
1522 void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock()
1527 void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind()
1538 void handleDoubleLock(StringRef Kind, Name LockName, SourceLocation Loc) override { in handleDoubleLock()
1542 void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope()
1575 void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared()
1600 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld()
1666 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
1675 void handleFunExcludesLock(StringRef Kind, Name FunName, Name LockName, in handleFunExcludesLock()