Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h117 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock() argument
131 virtual void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind() argument
142 virtual void handleDoubleLock(StringRef Kind, Name LockName, in handleDoubleLock() argument
159 virtual void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope() argument
172 virtual void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared() argument
205 handleNegativeNotHeld(StringRef Kind,Name LockName,Name Neg,SourceLocation Loc) handleNegativeNotHeld() argument
213 handleNegativeNotHeld(const NamedDecl * D,Name LockName,SourceLocation Loc) handleNegativeNotHeld() argument
224 handleFunExcludesLock(StringRef Kind,Name FunName,Name LockName,SourceLocation Loc) handleFunExcludesLock() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1880 handleUnmatchedUnlock(StringRef Kind,Name LockName,SourceLocation Loc,SourceLocation LocPreviousUnlock) handleUnmatchedUnlock() argument
1890 handleIncorrectUnlockKind(StringRef Kind,Name LockName,LockKind Expected,LockKind Received,SourceLocation LocLocked,SourceLocation LocUnlock) handleIncorrectUnlockKind() argument
1903 handleDoubleLock(StringRef Kind,Name LockName,SourceLocation LocLocked,SourceLocation LocDoubleLock) handleDoubleLock() argument
1913 handleMutexHeldEndOfScope(StringRef Kind,Name LockName,SourceLocation LocLocked,SourceLocation LocEndOfScope,LockErrorKind LEK) handleMutexHeldEndOfScope() argument
1941 handleExclusiveAndShared(StringRef Kind,Name LockName,SourceLocation Loc1,SourceLocation Loc2) handleExclusiveAndShared() argument
1965 handleMutexNotHeld(StringRef Kind,const NamedDecl * D,ProtectedOperationKind POK,Name LockName,LockKind LK,SourceLocation Loc,Name * PossibleMatch) handleMutexNotHeld() argument
2041 handleNegativeNotHeld(StringRef Kind,Name LockName,Name Neg,SourceLocation Loc) handleNegativeNotHeld() argument
2049 handleNegativeNotHeld(const NamedDecl * D,Name LockName,SourceLocation Loc) handleNegativeNotHeld() argument
2056 handleFunExcludesLock(StringRef Kind,Name FunName,Name LockName,SourceLocation Loc) handleFunExcludesLock() argument
[all...]