/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionGroupFormat.h | 50 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 D | OptionGroupFormat.cpp | 37 : 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 D | TypeFormat.h | 168 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 D | DumpValueObjectOptions.h | 137 lldb::Format m_format = lldb::eFormatDefault; variable
|
H A D | TypeSummary.h | 280 FormatEntity::Entry m_format; member
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeSummary.cpp | 58 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 D | ValueObjectPrinter.cpp | 365 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 D | DumpValueObjectOptions.cpp | 128 m_format = format; in SetFormat()
|
H A D | TypeFormat.cpp | 37 : TypeFormatImpl(flags), m_format(f) {} in TypeFormatImpl_Format()
|
/freebsd/contrib/atf/atf-c/ |
H A D | error.c | 69 err->m_format = (format == NULL) ? error_format : format; in error_init() 168 err->m_format(err, buf, buflen); in atf_error_format()
|
H A D | error.h | 43 void (*m_format)(struct atf_error *, char *, size_t); member
|
/freebsd/lib/ncurses/menu/ |
H A D | Makefile | 15 m_format.c \
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h | 777 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 D | modules | 39 m_format lib $(srcdir) $(HEADER_DEPS)
|
H A D | llib-lmenut | 102 /* ./m_format.c */
|
H A D | llib-lmenutw | 102 /* ./m_format.c */
|
H A D | llib-lmenuw | 102 /* ./m_format.c */
|
H A D | llib-lmenu | 102 /* ./m_format.c */
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 5046 "#${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 D | ValueObject.cpp | 3710 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 D | MANIFEST | 730 ./menu/m_format.c
|