Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h50 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat()
52 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue()
54 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue()
67 return m_format.OptionWasSet() || m_byte_size.OptionWasSet() || in AnyOptionWasSet()
76 OptionValueFormat m_format; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp37 : m_format(default_format, default_format), in OptionGroupFormat()
79 error = m_format.SetValueFromString(option_arg); in SetOptionValue()
166 m_format.SetCurrentValue(format); in SetOptionValue()
167 m_format.SetOptionWasSet(); in SetOptionValue()
279 m_format.Clear(); in OptionParsingStarting()
/freebsd/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.h137 lldb::Format m_format = lldb::eFormatDefault; variable
H A DTypeSummary.h280 FormatEntity::Entry m_format; member
/freebsd/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()
91 if (FormatEntity::Format(m_format, s, &sc, &exe_ctx, in FormatObject()
H A DValueObjectPrinter.cpp365 lldb::Format format = m_options.m_format; in GetValueSummaryError()
447 m_options.m_format != eFormatDefault) || in PrintValueAndSummaryIfNeeded()
611 child_options.SetFormat(m_options.m_format) in PrintChild()
813 m_options.m_format, in PrintChildrenOneLiner()
H A DDumpValueObjectOptions.cpp128 m_format = format; in SetFormat()
H A DTypeFormat.cpp37 : TypeFormatImpl(flags), m_format(f) {} in TypeFormatImpl_Format()
/freebsd/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/lib/ncurses/menu/
H A DMakefile15 m_format.c \
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h777 if (format != m_format) in SetFormat()
779 m_format = format; in SetFormat()
964 lldb::Format m_format = lldb::eFormatDefault; variable
/freebsd/contrib/ncurses/menu/
H A Dmodules39 m_format lib $(srcdir) $(HEADER_DEPS)
H A Dllib-lmenut102 /* ./m_format.c */
H A Dllib-lmenutw102 /* ./m_format.c */
H A Dllib-lmenuw102 /* ./m_format.c */
H A Dllib-lmenu102 /* ./m_format.c */
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5046 "#${frame.index}: {${function.name}${function.pc-offset}}}", m_format); in FrameTreeDelegate()
5061 if (FormatEntity::Format(m_format, strm, &sc, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
5087 FormatEntity::Entry m_format; member in FrameTreeDelegate
5096 m_format); in ThreadTreeDelegate()
5119 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
5183 FormatEntity::Entry m_format; member in ThreadTreeDelegate
5191 m_format); in ThreadsTreeDelegate()
5218 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
5301 FormatEntity::Entry m_format; member in ThreadsTreeDelegate
6729 FormatEntity::Parse("Thread: ${thread.id%tid}", m_format); in StatusBarWindowDelegate()
[all …]
H A DValueObject.cpp3710 if (with_fmt_info->m_format != lldb::eFormatDefault) in GetFormat()
3711 return with_fmt_info->m_format; in GetFormat()
3714 return m_format; in GetFormat()
/freebsd/contrib/ncurses/
H A DMANIFEST730 ./menu/m_format.c