Searched refs:m_os (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h160 m_os(filename.GetPath(), ec, llvm::sys::fs::OF_Text), m_record(true) {}
174 llvm::raw_fd_ostream m_os; member in class:lldb_private::repro::AbstractRecorder
189 m_os << t;
191 m_os << '\n';
192 m_os.flush();
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests.hpp43 std::ostream& m_os; member in class:atf::tests::detail::atf_tp_writer
H A Dtests.cpp85 m_os(os),
88 m_os << "Content-Type: application/X-atf-tp; version=\"1\"\n\n";
95 m_os << "\n";
96 m_os << "ident: " << ident << "\n";
97 m_os.flush();
112 m_os << name << ": " << value << "\n";
113 m_os.flush();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp144 yaml::Output yout(m_os);
146 m_os.flush();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp155 m_os.reset(new llvm::raw_string_ostream(m_output));
157 new clang::TextDiagnosticPrinter(*m_os, m_options, false));
186 m_os->flush();
238 std::shared_ptr<llvm::raw_string_ostream> m_os; member in class:ClangDiagnosticManagerAdapter
239 /// Output string filled by m_os.

Completed in 76 milliseconds