Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1105 auto &once_ptr = m_shown_diagnostics[llvm::stable_hash_name(msg)]; in GetDiagnosticOnceFlag() local
1106 if (!once_ptr) in GetDiagnosticOnceFlag()
1107 once_ptr = std::make_unique<std::once_flag>(); in GetDiagnosticOnceFlag()
1108 return once_ptr.get(); in GetDiagnosticOnceFlag()