Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h90 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock()
102 virtual void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind()
111 virtual void handleDoubleLock(StringRef Kind, Name LockName, in handleDoubleLock()
127 virtual void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope()
140 virtual void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared()
175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
186 Name LockName, SourceLocation Loc) {} in handleFunExcludesLock()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1516 void warnLockMismatch(unsigned DiagID, StringRef Kind, Name LockName, in warnLockMismatch()
1552 void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock()
1557 void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind()
1568 void handleDoubleLock(StringRef Kind, Name LockName, SourceLocation Loc) override { in handleDoubleLock()
1572 void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope()
1605 void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared()
1630 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld()
1695 void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
1703 void handleFunExcludesLock(StringRef Kind, Name FunName, Name LockName, in handleFunExcludesLock()