| /src/external/gpl3/gcc/dist/gcc/ |
| graphviz.h | 26 /* A class for writing .dot output to a pretty_printer with 31 graphviz_out (pretty_printer *pp); 52 pretty_printer *get_pp () const { return m_pp; } 55 pretty_printer *m_pp;
|
| tree-pretty-print.h | 42 extern void dump_omp_clauses (pretty_printer *, tree, int, dump_flags_t, 44 extern void dump_omp_atomic_memory_order (pretty_printer *, 46 extern void dump_omp_loop_non_rect_expr (pretty_printer *, tree, int, 49 extern int dump_generic_node (pretty_printer *, tree, int, dump_flags_t, bool); 50 extern void print_declaration (pretty_printer *, tree, int, dump_flags_t); 54 extern void pretty_print_string (pretty_printer *, const char *, size_t); 55 extern void print_call_name (pretty_printer *, tree, dump_flags_t); 56 extern void pp_tree_identifier (pretty_printer *, tree); 58 extern void pp_double_int (pretty_printer *pp, double_int d, bool uns); 59 extern void dump_location (pretty_printer *buffer, location_t loc) [all...] |
| value-range-pretty-print.h | 27 vrange_printer (pretty_printer *pp_) : pp (pp_) { } 37 pretty_printer *pp;
|
| gimple-pretty-print.h | 34 extern void pp_gimple_stmt_1 (pretty_printer *, const gimple *, int, 37 extern void gimple_dump_bb_for_graph (pretty_printer *, basic_block);
|
| json.h | 83 virtual void print (pretty_printer *pp, bool formatted) const = 0; 100 void print (pretty_printer *pp, bool formatted) const final override; 129 void print (pretty_printer *pp, bool formatted) const final override; 145 void print (pretty_printer *pp, bool formatted) const final override; 161 void print (pretty_printer *pp, bool formatted) const final override; 180 void print (pretty_printer *pp, bool formatted) const final override; 202 void print (pretty_printer *pp, bool formatted) const final override;
|
| print-rtl.h | 86 extern void print_value (pretty_printer *, const_rtx, int); 87 extern void print_pattern (pretty_printer *, const_rtx, int); 88 extern void print_insn (pretty_printer *pp, const rtx_insn *x, int verbose); 89 extern void print_insn_with_notes (pretty_printer *, const rtx_insn *); 91 extern void rtl_dump_bb_for_graph (pretty_printer *, basic_block);
|
| pretty-print.cc | 707 static void pp_quoted_string (pretty_printer *, const char *, size_t = -1); 818 pp_set_real_maximum_length (pretty_printer *pp) 841 pp_clear_state (pretty_printer *pp) 850 pp_wide_integer (pretty_printer *pp, const poly_int<N, T> &x) 867 template void pp_wide_integer (pretty_printer *, const poly_uint16 &); 868 template void pp_wide_integer (pretty_printer *, const poly_int64 &); 869 template void pp_wide_integer (pretty_printer *, const poly_uint64 &); 873 pp_write_text_to_stream (pretty_printer *pp) 894 pp_write_text_as_dot_label_to_stream (pretty_printer *pp, bool for_record) 963 pp_write_text_as_html_like_dot_to_stream (pretty_printer *pp 2068 pretty_printer::pretty_printer (int maximum_length) function in class:pretty_printer 2092 pretty_printer::pretty_printer (const pretty_printer &other) function in class:pretty_printer [all...] |
| edit-context.h | 57 void print_diff (pretty_printer *pp, bool show_filenames);
|
| pretty-print.h | 202 /* The type of a hook that formats client-specific data onto a pretty_printer. 205 typedef bool (*printer_fn) (pretty_printer *, text_info *, const char *, 218 virtual void handle (pretty_printer *) = 0; 243 class pretty_printer class 248 explicit pretty_printer (int = 0); 249 explicit pretty_printer (const pretty_printer &other); 251 virtual ~pretty_printer (); 253 virtual pretty_printer *clone () const; 259 pretty_printer, and will eventually be free-ed. * [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| graphviz.h | 26 /* A class for writing .dot output to a pretty_printer with 31 graphviz_out (pretty_printer *pp); 52 pretty_printer *get_pp () const { return m_pp; } 55 pretty_printer *m_pp;
|
| tree-pretty-print.h | 42 extern void dump_omp_clauses (pretty_printer *, tree, int, dump_flags_t, 44 extern void dump_omp_atomic_memory_order (pretty_printer *, 46 extern void dump_omp_loop_non_rect_expr (pretty_printer *, tree, int, 48 extern int dump_generic_node (pretty_printer *, tree, int, dump_flags_t, bool); 49 extern void print_declaration (pretty_printer *, tree, int, dump_flags_t); 53 extern void pretty_print_string (pretty_printer *, const char *, size_t); 54 extern void print_call_name (pretty_printer *, tree, dump_flags_t); 55 extern void pp_tree_identifier (pretty_printer *, tree); 57 extern void pp_double_int (pretty_printer *pp, double_int d, bool uns); 58 extern void dump_location (pretty_printer *buffer, location_t loc) [all...] |
| gimple-pretty-print.h | 34 extern void pp_gimple_stmt_1 (pretty_printer *, const gimple *, int, 37 extern void gimple_dump_bb_for_graph (pretty_printer *, basic_block);
|
| json.h | 80 virtual void print (pretty_printer *pp) const = 0; 94 void print (pretty_printer *pp) const FINAL OVERRIDE; 113 void print (pretty_printer *pp) const FINAL OVERRIDE; 129 void print (pretty_printer *pp) const FINAL OVERRIDE; 145 void print (pretty_printer *pp) const FINAL OVERRIDE; 163 void print (pretty_printer *pp) const FINAL OVERRIDE; 183 void print (pretty_printer *pp) const FINAL OVERRIDE;
|
| print-rtl.h | 86 extern void print_value (pretty_printer *, const_rtx, int); 87 extern void print_pattern (pretty_printer *, const_rtx, int); 88 extern void print_insn (pretty_printer *pp, const rtx_insn *x, int verbose); 89 extern void print_insn_with_notes (pretty_printer *, const rtx_insn *); 91 extern void rtl_dump_bb_for_graph (pretty_printer *, basic_block);
|
| edit-context.h | 56 void print_diff (pretty_printer *pp, bool show_filenames);
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| bar-chart.h | 26 /* A class for printing bar charts to a pretty_printer. 39 void print (pretty_printer *pp) const; 53 static void print_padding (pretty_printer *pp, size_t count);
|
| record-layout.h | 61 void dump_to_pp (pretty_printer *pp) const 78 void dump_to_pp (pretty_printer *pp) const;
|
| call-summary.h | 47 pretty_printer *pp, 53 void get_user_facing_desc (pretty_printer *pp) const; 94 void dump_to_pp (pretty_printer *pp, bool simple) const;
|
| /src/external/gpl3/gcc/dist/gcc/text-art/ |
| selftests.cc | 52 pretty_printer *pp, 69 pretty_printer pp;
|
| selftests.h | 43 pretty_printer *pp,
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| bar-chart.h | 26 /* A class for printing bar charts to a pretty_printer. 39 void print (pretty_printer *pp) const; 53 static void print_padding (pretty_printer *pp, size_t count);
|
| /src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
| blocks.h | 119 void print_identifier (pretty_printer *pp) const; 122 void print_full (pretty_printer *) const; 169 void print_summary (pretty_printer *pp) const; 173 void print_full (pretty_printer *) const; 265 void print_identifier (pretty_printer *pp) const; 268 void print_full (pretty_printer *pp) const; 289 void pp_bb (pretty_printer *, const bb_info *); 290 void pp_ebb_call_clobbers (pretty_printer *, const ebb_call_clobbers_info *); 291 void pp_ebb (pretty_printer *, const ebb_info *);
|
| accesses.h | 46 void print_identifier (pretty_printer *pp) const; 49 void print_context (pretty_printer *pp) const; 52 void print (pretty_printer *pp) const; 214 void print_prefix_flags (pretty_printer *) const; 215 void print_properties_on_new_lines (pretty_printer *) const; 384 void print_def (pretty_printer *pp) const; 387 void print_location (pretty_printer *pp) const; 391 void print (pretty_printer *pp, 510 void print_location (pretty_printer *pp) const; 514 void print_identifier (pretty_printer *pp) const [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/ |
| blocks.h | 119 void print_identifier (pretty_printer *pp) const; 122 void print_full (pretty_printer *) const; 169 void print_summary (pretty_printer *pp) const; 173 void print_full (pretty_printer *) const; 265 void print_identifier (pretty_printer *pp) const; 268 void print_full (pretty_printer *pp) const; 289 void pp_bb (pretty_printer *, const bb_info *); 290 void pp_ebb_call_clobbers (pretty_printer *, const ebb_call_clobbers_info *); 291 void pp_ebb (pretty_printer *, const ebb_info *);
|
| accesses.h | 46 void print_identifier (pretty_printer *pp) const; 49 void print_context (pretty_printer *pp) const; 52 void print (pretty_printer *pp) const; 210 void print_prefix_flags (pretty_printer *) const; 211 void print_properties_on_new_lines (pretty_printer *) const; 381 void print_def (pretty_printer *pp) const; 384 void print_location (pretty_printer *pp) const; 388 void print (pretty_printer *pp, 505 void print_location (pretty_printer *pp) const; 509 void print_identifier (pretty_printer *pp) const [all...] |