Home
last modified time | relevance | path

Searched refs:pp_base (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dpretty-print.h123 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff
126 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule
129 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping
139 #define pp_format_decoder(PP) pp_base (PP)->format_decoder
143 #define pp_needs_newline(PP) pp_base (PP)->need_newline
149 #define pp_indentation(PP) pp_base (PP)->indent_skip
193 pp_base_set_line_maximum_length (pp_base (PP), L)
194 #define pp_set_prefix(PP, P) pp_base_set_prefix (pp_base (PP), P)
195 #define pp_destroy_prefix(PP) pp_base_destroy_prefix (pp_base (PP))
197 pp_base_remaining_character_count_for_line (pp_base (PP))
[all …]
H A Dc-pretty-print.c42 if (pp_base (PP)->padding == pp_before) \
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()
[all …]
H A Dc-pretty-print.h96 #undef pp_base
97 #define pp_base(PP) (&pp_c_base (PP)->base) macro
H A Dpretty-print.c36 ((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 Dc-objc-common.c247 memcpy (pp_base (pp), base, sizeof (pretty_printer)); in c_initialize_diagnostics()
/openbsd-src/gnu/gcc/gcc/cp/
H A Derror.c100 pp_construct (pp_base (cxx_pp), NULL, 0); in init_error()
467 pp_printf (pp_base (cxx_pp), "<anonymous %s>", variety); in dump_aggr_type()
511 pp_base (cxx_pp)->padding = pp_before; in dump_type_prefix()
529 pp_base (cxx_pp)->padding = pp_before; in dump_type_prefix()
572 pp_base (cxx_pp)->padding = pp_before; in dump_type_prefix()
690 pp_printf (pp_base (cxx_pp), "(static %s for %s)", p, input_filename); in dump_global_iord()
1053 pp_base (cxx_pp)->padding = pp_before; in dump_function_decl()
1060 pp_base (cxx_pp)->padding = pp_before; in dump_function_decl()
1931 pp_base (cxx_pp)->padding = pp_none; in reinit_cxx_pp()
2145 pp_base (cxx_pp)->padding = v ? pp_before : pp_none; in cv_to_string()
H A Dcp-objcp-common.c158 memcpy (pp_base (pp), base, sizeof (pretty_printer)); in cxx_initialize_diagnostics()
H A Dcxx-pretty-print.c57 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()
1303 pp_base (pp)->padding = pp_before; in pp_cxx_direct_declarator()
1431 pp_base (pp)->padding = pp_before; in pp_cxx_direct_abstract_declarator()