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

/freebsd-9.3-release/contrib/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 (P
289 #define pp_base macro
[all...]
H A Dc-pretty-print.c42 if (pp_base (PP)->padding == pp_before) \
75 pp_base (pp)->padding = pp_none;
82 pp_base (pp)->padding = pp_none;
89 pp_base (pp)->padding = pp_none;
96 pp_base (pp)->padding = pp_none;
103 pp_base (pp)->padding = pp_none;
110 pp_base (pp)->padding = pp_none;
117 pp_base (pp)->padding = pp_none;
124 pp_base (pp)->padding = pp_none;
131 pp_base (p
[all...]
H A Dc-objc-common.c247 memcpy (pp_base (pp), base, sizeof (pretty_printer));
H A Dc-pretty-print.h50 initialize the pp_base() part, then call pp_c_pretty_printer_init
94 /* Override the pp_base macro. Derived pretty-printers should not
96 #undef pp_base macro
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)
815 pp_base (pp)->padding = pp_none;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcp-objcp-common.c158 memcpy (pp_base (pp), base, sizeof (pretty_printer));
H A Derror.c100 pp_construct (pp_base (cxx_pp), NULL, 0);
467 pp_printf (pp_base (cxx_pp), "<anonymous %s>", variety);
511 pp_base (cxx_pp)->padding = pp_before;
529 pp_base (cxx_pp)->padding = pp_before;
572 pp_base (cxx_pp)->padding = pp_before;
690 pp_printf (pp_base (cxx_pp), "(static %s for %s)", p, input_filename);
1057 pp_base (cxx_pp)->padding = pp_before;
1064 pp_base (cxx_pp)->padding = pp_before;
1939 pp_base (cxx_pp)->padding = pp_none;
2153 pp_base (cxx_p
[all...]
H A Dcxx-pretty-print.c58 pp_base (pp)->padding = pp_none;
76 pp_base (pp)->padding = pp_none;
95 pp_base (pp)->padding = pp_none;
1308 pp_base (pp)->padding = pp_before;
1436 pp_base (pp)->padding = pp_before;

Completed in 137 milliseconds