Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DThreadSafety.h117 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock()
131 virtual void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind()
142 virtual void handleDoubleLock(StringRef Kind, Name LockName, in handleDoubleLock()
159 virtual void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope()
172 virtual void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared()
205 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
213 virtual void handleNegativeNotHeld(const NamedDecl *D, Name LockName, in handleNegativeNotHeld()
224 Name LockName, SourceLocation Loc) {} in handleFunExcludesLock()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DThreadSafety.h117 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock()
131 virtual void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind()
142 virtual void handleDoubleLock(StringRef Kind, Name LockName, in handleDoubleLock()
159 virtual void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope()
172 virtual void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared()
205 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
213 virtual void handleNegativeNotHeld(const NamedDecl *D, Name LockName, in handleNegativeNotHeld()
224 Name LockName, SourceLocation Loc) {} in handleFunExcludesLock()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DThreadSafety.h117 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock()
131 virtual void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind()
142 virtual void handleDoubleLock(StringRef Kind, Name LockName, in handleDoubleLock()
159 virtual void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope()
172 virtual void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared()
205 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
213 virtual void handleNegativeNotHeld(const NamedDecl *D, Name LockName, in handleNegativeNotHeld()
224 Name LockName, SourceLocation Loc) {} in handleFunExcludesLock()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DThreadSafety.h117 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock()
131 virtual void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind()
142 virtual void handleDoubleLock(StringRef Kind, Name LockName, in handleDoubleLock()
159 virtual void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope()
172 virtual void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared()
205 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
213 virtual void handleNegativeNotHeld(const NamedDecl *D, Name LockName, in handleNegativeNotHeld()
224 Name LockName, SourceLocation Loc) {} in handleFunExcludesLock()
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A 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()
/aosp_15_r20/external/clang/lib/Sema/
H A 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()
/aosp_15_r20/external/google-cloud-java/java-biglake/proto-google-cloud-biglake-v1alpha1/src/main/java/com/google/cloud/bigquery/biglake/v1alpha1/
H A DLockName.java31 public class LockName implements ResourceName { class
43 protected LockName() { in LockName() method in LockName
51 private LockName(Builder builder) { in LockName() method in LockName