Searched refs:LocLocked (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| D | ThreadSafety.h | 128 SourceLocation LocLocked, in handleIncorrectUnlockKind() argument 138 SourceLocation LocLocked, in handleDoubleLock() argument 155 SourceLocation LocLocked, in handleMutexHeldEndOfScope() argument
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | AnalysisBasedWarnings.cpp | 1820 OptionalNotes makeLockedHereNote(SourceLocation LocLocked, StringRef Kind) { in makeLockedHereNote() argument 1821 return LocLocked.isValid() in makeLockedHereNote() 1823 LocLocked, S.PDiag(diag::note_locked_here) << Kind)) in makeLockedHereNote() 1873 SourceLocation LocLocked, in handleIncorrectUnlockKind() argument 1881 makeLockedHereNote(LocLocked, Kind)); in handleIncorrectUnlockKind() 1884 void handleDoubleLock(StringRef Kind, Name LockName, SourceLocation LocLocked, in handleDoubleLock() argument 1891 makeLockedHereNote(LocLocked, Kind)); in handleDoubleLock() 1895 SourceLocation LocLocked, in handleMutexHeldEndOfScope() argument 1919 makeLockedHereNote(LocLocked, Kind)); in handleMutexHeldEndOfScope()
|