Searched defs:LockName (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafety.h | 86 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock() 98 virtual void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind() 107 virtual void handleDoubleLock(StringRef Kind, Name LockName, in handleDoubleLock() 123 virtual void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope() 136 virtual void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared() 172 Name LockName, SourceLocation Loc) {} in handleFunExcludesLock()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1455 void warnLockMismatch(unsigned DiagID, StringRef Kind, Name LockName, in warnLockMismatch() 1487 void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock() 1491 void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind() 1501 void handleDoubleLock(StringRef Kind, Name LockName, SourceLocation Loc) override { in handleDoubleLock() 1505 void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope() 1538 void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared() 1563 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld() 1604 void handleFunExcludesLock(StringRef Kind, Name FunName, Name LockName, in handleFunExcludesLock()
|