Home
last modified time | relevance | path

Searched refs:ReportedErrorsLock (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp100 static ManagedStatic<sys::SmartMutex<true>> ReportedErrorsLock; variable
262 ReportedErrorsLock->unlock(); in ~ReportedErrors()
272 ReportedErrorsLock->lock(); in increment()