| /src/external/gpl3/gcc/dist/gcc/ |
| dump-context.h | 161 class dump_pretty_printer : public pretty_printer class in inherits:pretty_printer 164 dump_pretty_printer (dump_context *context, dump_flags_t dump_kind);
|
| dumpfile.cc | 795 /* dump_pretty_printer's ctor. */ 797 dump_pretty_printer::dump_pretty_printer (dump_context *context, function in class:dump_pretty_printer 819 dump_pretty_printer::emit_items (optinfo *dest) 856 /* Subroutine of dump_pretty_printer::emit_items 861 dump_pretty_printer::emit_any_pending_textual_chunks (optinfo *dest) 885 dump_pretty_printer::emit_item (optinfo_item *item, optinfo *dest) 898 dump_pretty_printer::stash_item (const char **buffer_ptr, optinfo_item *item) 906 /* pp_format_decoder callback for dump_pretty_printer, and thus for 912 dump_pretty_printer::format_decoder_cb (pretty_printer *pp, text_info *text [all...] |
| opt-problem.cc | 63 dump_pretty_printer pp (&dump_context::get (), MSG_MISSED_OPTIMIZATION);
|
| ChangeLog-2018 | 5560 (dump_pretty_printer::decode_format): Implement "%C" for 8734 (class dump_pretty_printer): Move here from dumpfile.c. 8747 (class dump_pretty_printer): Move to dump-context.h. 12895 (class dump_pretty_printer): New class. 12896 (dump_pretty_printer::dump_pretty_printer): New ctor. 12897 (dump_pretty_printer::emit_items): New member function. 12898 (dump_pretty_printer::emit_any_pending_textual_chunks): New member 12900 (dump_pretty_printer::emit_item): New member function. 12901 (dump_pretty_printer::stash_item): New member function [all...] |
| ChangeLog-2023 | 16397 * dumpfile.cc (dump_pretty_printer::decode_format): Update for [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dump-context.h | 161 class dump_pretty_printer : public pretty_printer class in inherits:pretty_printer 164 dump_pretty_printer (dump_context *context, dump_flags_t dump_kind);
|
| dumpfile.cc | 795 /* dump_pretty_printer's ctor. */ 797 dump_pretty_printer::dump_pretty_printer (dump_context *context, function in class:dump_pretty_printer 819 dump_pretty_printer::emit_items (optinfo *dest) 856 /* Subroutine of dump_pretty_printer::emit_items 861 dump_pretty_printer::emit_any_pending_textual_chunks (optinfo *dest) 885 dump_pretty_printer::emit_item (optinfo_item *item, optinfo *dest) 898 dump_pretty_printer::stash_item (const char **buffer_ptr, optinfo_item *item) 906 /* pp_format_decoder callback for dump_pretty_printer, and thus for 912 dump_pretty_printer::format_decoder_cb (pretty_printer *pp, text_info *text [all...] |
| opt-problem.cc | 63 dump_pretty_printer pp (&dump_context::get (), MSG_MISSED_OPTIMIZATION);
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-format.cc | 861 /* Custom conversion specifiers implemented by dump_pretty_printer. */
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-format.cc | 849 /* Custom conversion specifiers implemented by dump_pretty_printer. */
|