Searched refs:c_pretty_printer (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-pretty-print.h39 typedef struct c_pretty_print_info c_pretty_printer; typedef in typeref:struct:c_pretty_print_info
42 typedef void (*c_pretty_print_fn) (c_pretty_printer *, tree);
48 c_pretty_printer and override the macro pp_c_base to return a pointer
155 /* Returns the c_pretty_printer base object of PRETTY-PRINTER. This
159 extern void pp_c_pretty_printer_init (c_pretty_printer *);
160 void pp_c_whitespace (c_pretty_printer *);
161 void pp_c_left_paren (c_pretty_printer *);
162 void pp_c_right_paren (c_pretty_printer *);
163 void pp_c_left_brace (c_pretty_printer *);
164 void pp_c_right_brace (c_pretty_printer *);
[all...]
H A Dc-pretty-print.c47 static void pp_c_char (c_pretty_printer *, int);
50 static void pp_c_initializer_list (c_pretty_printer *, tree);
51 static void pp_c_brace_enclosed_initializer_list (c_pretty_printer *, tree);
53 static void pp_c_multiplicative_expression (c_pretty_printer *, tree);
54 static void pp_c_additive_expression (c_pretty_printer *, tree);
55 static void pp_c_shift_expression (c_pretty_printer *, tree);
56 static void pp_c_relational_expression (c_pretty_printer *, tree);
57 static void pp_c_equality_expression (c_pretty_printer *, tree);
58 static void pp_c_and_expression (c_pretty_printer *, tree);
59 static void pp_c_exclusive_or_expression (c_pretty_printer *, tre
[all...]
H A Dc-objc-common.c170 c_pretty_printer *cpp = (c_pretty_printer *) pp;
246 c_pretty_printer *pp = XNEW (c_pretty_printer);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcxx-pretty-print.h39 c_pretty_printer c_base;

Completed in 61 milliseconds