| /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() 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 D | TypeFormat.h | 173 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 D | DumpValueObjectOptions.h | 137 lldb::Format m_format = lldb::eFormatDefault; variable
|
| H A D | TypeSummary.h | 298 FormatEntity::Entry m_format; member
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSummary.cpp | 75 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 D | ValueObjectPrinter.cpp | 365 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 D | DumpValueObjectOptions.cpp | 126 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/ValueObject/ |
| H A D | ValueObject.h | 781 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 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 | 5048 "#${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 D | ValueObject.cpp | 3681 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 D | MANIFEST | 729 ./menu/m_format.c
|