Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h48 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat()
50 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue()
52 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue()
65 return m_format.OptionWasSet() || m_byte_size.OptionWasSet() || in AnyOptionWasSet()
74 OptionValueFormat m_format; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp23 : m_format(default_format, default_format), in OptionGroupFormat()
64 error = m_format.SetValueFromString(option_arg); in SetOptionValue()
151 m_format.SetCurrentValue(format); in SetOptionValue()
152 m_format.SetOptionWasSet(); in SetOptionValue()
265 m_format.Clear(); in OptionParsingStarting()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp70 m_format.Clear(); in SetSummaryString()
73 m_error = FormatEntity::Parse(format_cstr, m_format); in SetSummaryString()
100 if (FormatEntity::Format(m_format, s, &sc, &exe_ctx, in FormatObject()
H A DValueObjectPrinter.cpp354 lldb::Format format = m_options.m_format; in GetValueSummaryError()
420 m_options.m_format != eFormatDefault) || in PrintValueAndSummaryIfNeeded()
566 child_options.SetFormat(m_options.m_format) in PrintChild()
739 m_options.m_format, in PrintChildrenOneLiner()
H A DDumpValueObjectOptions.cpp122 m_format = format; in SetFormat()
H A DTypeFormat.cpp38 : TypeFormatImpl(flags), m_format(f) {} in TypeFormatImpl_Format()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h169 lldb::Format GetFormat() const { return m_format; } in GetFormat()
171 void SetFormat(lldb::Format fmt) { m_format = fmt; } in SetFormat()
182 lldb::Format m_format;
H A DDumpValueObjectOptions.h135 lldb::Format m_format = lldb::eFormatDefault; variable
H A DTypeSummary.h283 FormatEntity::Entry m_format; member
/freebsd-12.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-12.1/lib/ncurses/menu/
H A DMakefile15 m_format.c \
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h723 if (format != m_format) in SetFormat()
725 m_format = format; in SetFormat()
917 lldb::Format m_format; variable
/freebsd-12.1/contrib/ncurses/menu/
H A Dmodules38 m_format lib $(srcdir) $(HEADER_DEPS)
H A Dllib-lmenutw101 /* ./m_format.c */
H A Dllib-lmenuw101 /* ./m_format.c */
H A Dllib-lmenu101 /* ./m_format.c */
H A Dllib-lmenut101 /* ./m_format.c */
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp2418 m_format); in FrameTreeDelegate()
2433 if (FormatEntity::Format(m_format, strm, &sc, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
2459 FormatEntity::Entry m_format; member in FrameTreeDelegate
2469 m_format); in ThreadTreeDelegate()
2492 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
2557 FormatEntity::Entry m_format; member in ThreadTreeDelegate
2566 m_format); in ThreadsTreeDelegate()
2582 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
2628 FormatEntity::Entry m_format; member in ThreadsTreeDelegate
3748 FormatEntity::Parse("Thread: ${thread.id%tid}", m_format); in StatusBarWindowDelegate()
[all …]
H A DValueObject.cpp91 m_deref_valobj(NULL), m_format(eFormatDefault), in ValueObject()
120 m_format(eFormatDefault), m_last_format(eFormatDefault), in ValueObject()
3228 if (with_fmt_info->m_format != lldb::eFormatDefault) in GetFormat()
3229 return with_fmt_info->m_format; in GetFormat()
3232 return m_format; in GetFormat()
/freebsd-12.1/contrib/ncurses/
H A DMANIFEST713 ./menu/m_format.c