Searched refs:pp_base (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | pretty-print.h | 129 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping 149 #define pp_indentation(PP) pp_base (PP)->indent_skip 193 pp_base_set_line_maximum_length (pp_base (PP), L) 199 pp_base_clear_output_area (pp_base (PP)) 202 pp_base_last_position_in_text (pp_base (PP)) 205 pp_base_append_text (pp_base (PP), B, E) 209 pp_base_output_formatted_text (pp_base (PP)) 211 pp_base_format_verbatim (pp_base (PP), TI) 251 pp_base_indent (pp_base (PP)); \ 286 #define pp_buffer(PP) pp_base (PP)->buffer [all …]
|
| H A D | c-pretty-print.c | 74 pp_base (pp)->padding = pp_none; in pp_c_whitespace() 81 pp_base (pp)->padding = pp_none; in pp_c_left_paren() 88 pp_base (pp)->padding = pp_none; in pp_c_right_paren() 95 pp_base (pp)->padding = pp_none; in pp_c_left_brace() 102 pp_base (pp)->padding = pp_none; in pp_c_right_brace() 109 pp_base (pp)->padding = pp_none; in pp_c_left_bracket() 116 pp_base (pp)->padding = pp_none; in pp_c_right_bracket() 123 pp_base (pp)->padding = pp_none; in pp_c_dot() 130 pp_base (pp)->padding = pp_none; in pp_c_ampersand() 137 pp_base (pp)->padding = pp_none; in pp_c_star() [all …]
|
| H A D | c-pretty-print.h | 96 #undef pp_base 97 #define pp_base(PP) (&pp_c_base (PP)->base) macro
|
| H A D | pretty-print.c | 36 ((const char *) obstack_base (pp_base (PP)->buffer->obstack)) 812 if (pp_base (pp)->padding != pp_none) in pp_base_maybe_space() 815 pp_base (pp)->padding = pp_none; in pp_base_maybe_space()
|
| H A D | c-objc-common.c | 247 memcpy (pp_base (pp), base, sizeof (pretty_printer)); in c_initialize_diagnostics()
|
| H A D | ChangeLog-2003 | 12792 * c-pretty-print.h (pp_base): Override.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | error.c | 100 pp_construct (pp_base (cxx_pp), NULL, 0); in init_error() 469 pp_printf (pp_base (cxx_pp), "<anonymous %s>", variety); in dump_aggr_type() 518 pp_base (cxx_pp)->padding = pp_before; in dump_type_prefix() 536 pp_base (cxx_pp)->padding = pp_before; in dump_type_prefix() 579 pp_base (cxx_pp)->padding = pp_before; in dump_type_prefix() 699 pp_printf (pp_base (cxx_pp), "(static %s for %s)", p, input_filename); in dump_global_iord() 1066 pp_base (cxx_pp)->padding = pp_before; in dump_function_decl() 1073 pp_base (cxx_pp)->padding = pp_before; in dump_function_decl() 1948 pp_base (cxx_pp)->padding = pp_none; in reinit_cxx_pp() 2162 pp_base (cxx_pp)->padding = v ? pp_before : pp_none; in cv_to_string()
|
| H A D | cxx-pretty-print.c | 57 pp_base (pp)->padding = pp_none; in pp_cxx_nonconsecutive_character() 75 pp_base (pp)->padding = pp_none; in pp_cxx_colon_colon() 94 pp_base (pp)->padding = pp_none; in pp_cxx_separate_with() 1307 pp_base (pp)->padding = pp_before; in pp_cxx_direct_declarator() 1435 pp_base (pp)->padding = pp_before; in pp_cxx_direct_abstract_declarator()
|
| H A D | cp-objcp-common.c | 158 memcpy (pp_base (pp), base, sizeof (pretty_printer)); in cxx_initialize_diagnostics()
|