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.cpp1490 void warnLockMismatch(unsigned DiagID, StringRef Kind, Name LockName, in warnLockMismatch()
1526 void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock()
1531 void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind()
1542 void handleDoubleLock(StringRef Kind, Name LockName, SourceLocation Loc) override { in handleDoubleLock()
1546 void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope()
1579 void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared()
1604 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld()
1669 void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
1677 void handleFunExcludesLock(StringRef Kind, Name FunName, Name LockName, in handleFunExcludesLock()