Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h44 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat()
46 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue()
48 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue()
61 return m_format.OptionWasSet() || m_byte_size.OptionWasSet() || in AnyOptionWasSet()
70 OptionValueFormat m_format; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp22 : m_format(default_format, default_format), in OptionGroupFormat()
61 error = m_format.SetValueFromString(option_arg); in SetOptionValue()
148 m_format.SetCurrentValue(format); in SetOptionValue()
149 m_format.SetOptionWasSet(); in SetOptionValue()
261 m_format.Clear(); in OptionParsingStarting()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h168 lldb::Format GetFormat() const { return m_format; } in GetFormat()
170 void SetFormat(lldb::Format fmt) { m_format = fmt; } in SetFormat()
181 lldb::Format m_format;
H A DDumpValueObjectOptions.h130 lldb::Format m_format = lldb::eFormatDefault; variable
H A DTypeSummary.h280 FormatEntity::Entry m_format; member
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp58 m_format.Clear(); in SetSummaryString()
61 m_error = FormatEntity::Parse(format_cstr, m_format); in SetSummaryString()
88 if (FormatEntity::Format(m_format, s, &sc, &exe_ctx, in FormatObject()
H A DValueObjectPrinter.cpp342 lldb::Format format = m_options.m_format; in GetValueSummaryError()
422 m_options.m_format != eFormatDefault) || in PrintValueAndSummaryIfNeeded()
568 child_options.SetFormat(m_options.m_format) in PrintChild()
741 m_options.m_format, in PrintChildrenOneLiner()
H A DDumpValueObjectOptions.cpp120 m_format = format; in SetFormat()
H A DTypeFormat.cpp36 : TypeFormatImpl(flags), m_format(f) {} in TypeFormatImpl_Format()
/freebsd-13.1/contrib/atf/atf-c/
H A Derror.c69 err->m_format = (format == NULL) ? error_format : format; in error_init()
168 err->m_format(err, buf, buflen); in atf_error_format()
H A Derror.h43 void (*m_format)(struct atf_error *, char *, size_t); member
/freebsd-13.1/lib/ncurses/menu/
H A DMakefile17 m_format.c \
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h706 if (format != m_format) in SetFormat()
708 m_format = format; in SetFormat()
889 lldb::Format m_format = lldb::eFormatDefault; variable
/freebsd-13.1/contrib/ncurses/menu/
H A Dmodules39 m_format lib $(srcdir) $(HEADER_DEPS)
H A Dllib-lmenu102 /* ./m_format.c */
H A Dllib-lmenutw102 /* ./m_format.c */
H A Dllib-lmenuw102 /* ./m_format.c */
H A Dllib-lmenut102 /* ./m_format.c */
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3796 m_format); in FrameTreeDelegate()
3811 if (FormatEntity::Format(m_format, strm, &sc, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
3837 FormatEntity::Entry m_format; member in FrameTreeDelegate
3847 m_format); in ThreadTreeDelegate()
3870 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
3935 FormatEntity::Entry m_format; member in ThreadTreeDelegate
3944 m_format); in ThreadsTreeDelegate()
3960 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
4043 FormatEntity::Entry m_format; member in ThreadsTreeDelegate
5177 FormatEntity::Parse("Thread: ${thread.id%tid}", m_format); in StatusBarWindowDelegate()
[all …]
H A DValueObject.cpp3069 if (with_fmt_info->m_format != lldb::eFormatDefault) in GetFormat()
3070 return with_fmt_info->m_format; in GetFormat()
3073 return m_format; in GetFormat()
/freebsd-13.1/contrib/ncurses/
H A DMANIFEST726 ./menu/m_format.c