Home
last modified time | relevance | path

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

/NextBSD/contrib/atf/atf-c++/
Dtests.cpp85 m_os(os), in atf_tp_writer()
88 m_os << "Content-Type: application/X-atf-tp; version=\"1\"\n\n"; in atf_tp_writer()
95 m_os << "\n"; in start_tc()
96 m_os << "ident: " << ident << "\n"; in start_tc()
97 m_os.flush(); in start_tc()
112 m_os << name << ": " << value << "\n"; in tc_meta_data()
113 m_os.flush(); in tc_meta_data()
Dtests.hpp43 std::ostream& m_os; member in atf::tests::detail::atf_tp_writer
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
HDProcessElfCore.cpp113 m_os(llvm::Triple::UnknownOS), in ProcessElfCore()
353 m_os = llvm::Triple::UnknownOS; in Clear()
508 m_os = llvm::Triple::FreeBSD; in ParseThreadContextsFromNoteSegment()
HDProcessElfCore.h132 llvm::Triple::OSType m_os; variable