| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-pretty-print.h | 39 class c_pretty_printer; 42 typedef void (*c_pretty_print_fn) (c_pretty_printer *, tree); 50 class c_pretty_printer : public pretty_printer class in inherits:pretty_printer 53 c_pretty_printer (); 103 void pp_c_whitespace (c_pretty_printer *); 104 void pp_c_left_paren (c_pretty_printer *); 105 void pp_c_right_paren (c_pretty_printer *); 106 void pp_c_left_brace (c_pretty_printer *); 107 void pp_c_right_brace (c_pretty_printer *); 108 void pp_c_left_bracket (c_pretty_printer *); [all...] |
| c-pretty-print.cc | 55 static void pp_c_char (c_pretty_printer *, int); 58 static void pp_c_initializer_list (c_pretty_printer *, tree); 59 static void pp_c_brace_enclosed_initializer_list (c_pretty_printer *, tree); 61 static void pp_c_additive_expression (c_pretty_printer *, tree); 62 static void pp_c_shift_expression (c_pretty_printer *, tree); 63 static void pp_c_relational_expression (c_pretty_printer *, tree); 64 static void pp_c_equality_expression (c_pretty_printer *, tree); 65 static void pp_c_and_expression (c_pretty_printer *, tree); 66 static void pp_c_exclusive_or_expression (c_pretty_printer *, tree); 67 static void pp_c_inclusive_or_expression (c_pretty_printer *, tree) 2901 c_pretty_printer::c_pretty_printer () function in class:c_pretty_printer [all...] |
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-pretty-print.h | 39 class c_pretty_printer; 42 typedef void (*c_pretty_print_fn) (c_pretty_printer *, tree); 50 class c_pretty_printer : public pretty_printer class in inherits:pretty_printer 53 c_pretty_printer (); 103 void pp_c_whitespace (c_pretty_printer *); 104 void pp_c_left_paren (c_pretty_printer *); 105 void pp_c_right_paren (c_pretty_printer *); 106 void pp_c_left_brace (c_pretty_printer *); 107 void pp_c_right_brace (c_pretty_printer *); 108 void pp_c_left_bracket (c_pretty_printer *); [all...] |
| c-pretty-print.cc | 55 static void pp_c_char (c_pretty_printer *, int); 58 static void pp_c_initializer_list (c_pretty_printer *, tree); 59 static void pp_c_brace_enclosed_initializer_list (c_pretty_printer *, tree); 61 static void pp_c_additive_expression (c_pretty_printer *, tree); 62 static void pp_c_shift_expression (c_pretty_printer *, tree); 63 static void pp_c_relational_expression (c_pretty_printer *, tree); 64 static void pp_c_equality_expression (c_pretty_printer *, tree); 65 static void pp_c_and_expression (c_pretty_printer *, tree); 66 static void pp_c_exclusive_or_expression (c_pretty_printer *, tree); 67 static void pp_c_inclusive_or_expression (c_pretty_printer *, tree) 2966 c_pretty_printer::c_pretty_printer () function in class:c_pretty_printer [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-objc-common.cc | 186 print_type (c_pretty_printer *cpp, tree t, bool *quoted) 213 c_pretty_printer cpp2; 264 c_pretty_printer *cpp = (c_pretty_printer *) pp; 336 c_pretty_printer cpp; 354 c_pretty_printer *pp = XNEW (c_pretty_printer); 355 context->printer = new (pp) c_pretty_printer ();
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-objc-common.cc | 223 print_type (c_pretty_printer *cpp, tree t, bool *quoted) 250 c_pretty_printer cpp2; 301 c_pretty_printer *cpp = (c_pretty_printer *) pp; 373 c_pretty_printer cpp; 391 c_pretty_printer *pp = XNEW (c_pretty_printer); 392 context->printer = new (pp) c_pretty_printer ();
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cxx-pretty-print.h | 32 class cxx_pretty_printer : public c_pretty_printer
|
| cxx-pretty-print.cc | 357 c_pretty_printer::constant (t); 377 c_pretty_printer::constant (t); 507 c_pretty_printer::primary_expression (t); 696 c_pretty_printer::postfix_expression (t); 888 c_pretty_printer::unary_expression (t); 1261 c_pretty_printer::expression (t); 1285 c_pretty_printer::function_specifier (t); 1328 c_pretty_printer::declaration_specifiers (t); 1331 c_pretty_printer::declaration_specifiers (t); 1390 c_pretty_printer::simple_type_specifier (t) [all...] |
| error.cc | 2480 pp->c_pretty_printer::unary_expression (t);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cxx-pretty-print.cc | 357 c_pretty_printer::constant (t); 377 c_pretty_printer::constant (t); 507 c_pretty_printer::primary_expression (t); 696 c_pretty_printer::postfix_expression (t); 893 c_pretty_printer::unary_expression (t); 1282 c_pretty_printer::expression (t); 1306 c_pretty_printer::function_specifier (t); 1349 c_pretty_printer::declaration_specifiers (t); 1352 c_pretty_printer::declaration_specifiers (t); 1416 c_pretty_printer::simple_type_specifier (t) [all...] |
| cxx-pretty-print.h | 32 class cxx_pretty_printer : public c_pretty_printer
|
| error.cc | 2559 pp->c_pretty_printer::unary_expression (t);
|