Searched refs:m_description (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntimeStopInfo.cpp23 m_description = description;
27 return m_description.c_str();
H A DStopInfo.cpp34 m_description(), m_override_should_notify(eLazyBoolCalculate),
185 if (m_description.empty()) {
201 m_description.assign(kind);
209 m_description = strm.GetString();
242 m_description = strm.GetString();
246 return m_description.c_str();
631 if (m_description.empty()) {
634 m_description = strm.GetString();
636 return m_description.c_str();
961 if (m_description
[all...]
H A DUnixSignals.cpp23 : m_name(name), m_alias(alias), m_description(),
27 m_description.assign(description);
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dapplication.hpp58 std::string m_description; member in class:atf::application::option
86 std::string m_description; member in class:atf::application::app
H A Dapplication.cpp93 m_description(desc)
109 m_description(description),
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h71 virtual const char *GetDescription() { return m_description.c_str(); }
75 m_description.assign(desc_cstr);
77 m_description.clear();
166 std::string m_description; // A textual description describing this stop. member in class:lldb_private::StopInfo
H A DUnixSignals.h101 std::string m_description; member in struct:lldb_private::UnixSignals::Signal
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h45 return m_description.GetStringRef();
71 ConstString m_description; member in class:lldb_private::Property
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-sh.cpp109 static const char* m_description; member in class:atf_sh
122 const char* atf_sh::m_description = member in class:atf_sh
127 app(m_description, "atf-sh(1)"),
H A Datf-check.cpp702 static const char* m_description; member in class:__anon168::atf_check
719 const char* atf_check::m_description = member in class:atf_check
723 app(m_description, "atf-check(1)"),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp33 if (!m_description.empty())
34 return m_description.c_str();
292 m_description = strm.GetString();
293 return m_description.c_str();
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp120 m_description(description ? description : "") {}
142 m_description.c_str());
H A DTypeSynthetic.cpp93 m_description.c_str());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h312 std::string m_description; member in struct:lldb_private::CXXFunctionSummaryFormat
321 const char *GetTextualInfo() const { return m_description.c_str(); }
327 m_description.assign(descr);
329 m_description.clear();
H A DTypeSynthetic.h358 m_description(description ? description : "") {}
372 std::string m_description; member in class:lldb_private::CXXSyntheticChildren
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp24 : m_name(definition.name), m_description(definition.description),
223 : m_name(name), m_description(desc), m_value_sp(value_sp),
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp432 current_summary_ptr->m_description.c_str()));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h350 std::string m_description; member in class:lldb_private::PseudoInstruction
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1298 : Instruction(Address(), AddressClass::eUnknown), m_description() {}
1349 m_description = description;

Completed in 161 milliseconds