Searched refs:m_format (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h45 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); }
47 OptionValueFormat &GetFormatValue() { return m_format; }
49 const OptionValueFormat &GetFormatValue() const { return m_format; }
62 return m_format.OptionWasSet() || m_byte_size.OptionWasSet() ||
71 OptionValueFormat m_format; member in class:lldb_private::OptionGroupFormat
/freebsd-11-stable/contrib/atf/atf-c/
H A Derror.h43 void (*m_format)(struct atf_error *, char *, size_t); member in struct:atf_error
H A Derror.c69 err->m_format = (format == NULL) ? error_format : format;
168 err->m_format(err, buf, buflen);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp22 : m_format(default_format, default_format),
63 error = m_format.SetValueFromString(option_arg);
150 m_format.SetCurrentValue(format);
151 m_format.SetOptionWasSet();
263 m_format.Clear();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h168 lldb::Format GetFormat() const { return m_format; }
170 void SetFormat(lldb::Format fmt) { m_format = fmt; }
181 lldb::Format m_format; member in class:lldb_private::TypeFormatImpl_Format
H A DDumpValueObjectOptions.h134 lldb::Format m_format = lldb::eFormatDefault; member in class:lldb_private::DumpValueObjectOptions
H A DTypeSummary.h279 FormatEntity::Entry m_format; member in struct:lldb_private::StringSummaryFormat
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp59 m_format.Clear();
62 m_error = FormatEntity::Parse(format_cstr, m_format);
89 if (FormatEntity::Format(m_format, s, &sc, &exe_ctx,
H A DDumpValueObjectOptions.cpp121 m_format = format;
H A DValueObjectPrinter.cpp349 lldb::Format format = m_options.m_format;
416 m_options.m_format != eFormatDefault) ||
562 child_options.SetFormat(m_options.m_format)
735 m_options.m_format,
H A DTypeFormat.cpp37 : TypeFormatImpl(flags), m_format(f) {}
/freebsd-11-stable/lib/ncurses/menu/
H A DMakefile15 m_format.c \
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h692 if (format != m_format)
694 m_format = format;
869 lldb::Format m_format; member in class:lldb_private::ValueObject::PrintableRepresentationSpecialCases
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1833 m_format);
1848 if (FormatEntity::Format(m_format, strm, &sc, &exe_ctx, nullptr,
1874 FormatEntity::Entry m_format; member in class:FrameTreeDelegate
1884 m_format);
1907 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr,
1972 FormatEntity::Entry m_format; member in class:ThreadTreeDelegate
1981 m_format);
1997 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr,
2044 FormatEntity::Entry m_format; member in class:ThreadsTreeDelegate
3159 FormatEntity::Parse("Thread: ${thread.id%tid}", m_format);
3206 FormatEntity::Entry m_format; member in class:StatusBarWindowDelegate
[all...]
H A DValueObject.cpp88 m_format(eFormatDefault), m_last_format(eFormatDefault),
116 m_deref_valobj(nullptr), m_format(eFormatDefault),
3234 if (with_fmt_info->m_format != lldb::eFormatDefault)
3235 return with_fmt_info->m_format;
3238 return m_format;

Completed in 292 milliseconds