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()
167 m_format.SetCurrentValue(format); in SetOptionValue()
168 m_format.SetOptionWasSet(); in SetOptionValue()
280 m_format.Clear(); in OptionParsingStarting()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h173 lldb::Format GetFormat() const { return m_format; } in GetFormat()
175 void SetFormat(lldb::Format fmt) { m_format = fmt; } in SetFormat()
186 lldb::Format m_format;
H A DDumpValueObjectOptions.h137 lldb::Format m_format = lldb::eFormatDefault; variable
H A DTypeSummary.h298 FormatEntity::Entry m_format; member
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp75 m_format.Clear(); in SetSummaryString()
78 m_error = FormatEntity::Parse(format_cstr, m_format); in SetSummaryString()
108 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()
605 child_options.SetFormat(m_options.m_format) in PrintChild()
807 m_options.m_format, in PrintChildrenOneLiner()
H A DDumpValueObjectOptions.cpp126 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/ValueObject/
H A DValueObject.h781 if (format != m_format) in SetFormat()
783 m_format = format; in SetFormat()
981 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.cpp5048 "#${frame.index}: {${function.name}${function.pc-offset}}}", m_format); in FrameTreeDelegate()
5063 if (FormatEntity::Format(m_format, strm, &sc, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
5089 FormatEntity::Entry m_format; member in FrameTreeDelegate
5098 m_format); in ThreadTreeDelegate()
5121 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
5185 FormatEntity::Entry m_format; member in ThreadTreeDelegate
5193 m_format); in ThreadsTreeDelegate()
5220 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
5303 FormatEntity::Entry m_format; member in ThreadsTreeDelegate
6731 FormatEntity::Parse("Thread: ${thread.id%tid}", m_format); in StatusBarWindowDelegate()
[all …]
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp3681 if (with_fmt_info->m_format != lldb::eFormatDefault) in GetFormat()
3682 return with_fmt_info->m_format; in GetFormat()
3685 return m_format; in GetFormat()
/freebsd/contrib/ncurses/
H A DMANIFEST729 ./menu/m_format.c