Lines Matching defs:pp
70 pp_c_whitespace (c_pretty_printer *pp) in pp_c_whitespace()
77 pp_c_left_paren (c_pretty_printer *pp) in pp_c_left_paren()
84 pp_c_right_paren (c_pretty_printer *pp) in pp_c_right_paren()
91 pp_c_left_brace (c_pretty_printer *pp) in pp_c_left_brace()
98 pp_c_right_brace (c_pretty_printer *pp) in pp_c_right_brace()
105 pp_c_left_bracket (c_pretty_printer *pp) in pp_c_left_bracket()
112 pp_c_right_bracket (c_pretty_printer *pp) in pp_c_right_bracket()
119 pp_c_dot (c_pretty_printer *pp) in pp_c_dot()
126 pp_c_ampersand (c_pretty_printer *pp) in pp_c_ampersand()
133 pp_c_star (c_pretty_printer *pp) in pp_c_star()
140 pp_c_arrow (c_pretty_printer *pp) in pp_c_arrow()
147 pp_c_semicolon (c_pretty_printer *pp) in pp_c_semicolon()
154 pp_c_complement (c_pretty_printer *pp) in pp_c_complement()
161 pp_c_exclamation (c_pretty_printer *pp) in pp_c_exclamation()
170 pp_c_cv_qualifiers (c_pretty_printer *pp, int qualifiers, bool func_type) in pp_c_cv_qualifiers()
197 pp_c_type_cast (c_pretty_printer *pp, tree t) in pp_c_type_cast()
208 pp_c_space_for_pointer_operator (c_pretty_printer *pp, tree t) in pp_c_space_for_pointer_operator()
242 pp_c_type_qualifier_list (c_pretty_printer *pp, tree t) in pp_c_type_qualifier_list()
268 pp_c_pointer (c_pretty_printer *pp, tree t) in pp_c_pointer()
439 pp_c_specifier_qualifier_list (c_pretty_printer *pp, tree t) in pp_c_specifier_qualifier_list()
518 pp_c_parameter_type_list (c_pretty_printer *pp, tree t) in pp_c_parameter_type_list()
792 pp_c_attributes (c_pretty_printer *pp, tree attributes) in pp_c_attributes()
817 pp_c_attributes_display (c_pretty_printer *pp, tree a) in pp_c_attributes_display()
862 pp_c_function_definition (c_pretty_printer *pp, tree t) in pp_c_function_definition()
891 pp_c_char (c_pretty_printer *pp, int c) in pp_c_char()
910 pp_c_string_literal (c_pretty_printer *pp, tree s) in pp_c_string_literal()
924 pp_c_void_constant (c_pretty_printer *pp) in pp_c_void_constant()
933 pp_c_integer_constant (c_pretty_printer *pp, tree i) in pp_c_integer_constant()
956 pp_c_character_constant (c_pretty_printer *pp, tree c) in pp_c_character_constant()
966 pp_c_bool_constant (c_pretty_printer *pp, tree b) in pp_c_bool_constant()
997 pp_c_enumeration_constant (c_pretty_printer *pp, tree e) in pp_c_enumeration_constant()
1022 pp_c_floating_constant (c_pretty_printer *pp, tree r) in pp_c_floating_constant()
1064 pp_c_fixed_constant (c_pretty_printer *pp, tree r) in pp_c_fixed_constant()
1075 pp_c_compound_literal (c_pretty_printer *pp, tree e) in pp_c_compound_literal()
1099 pp_c_complex_expr (c_pretty_printer *pp, tree e) in pp_c_complex_expr()
1197 pp_c_ws_string (c_pretty_printer *pp, const char *str) in pp_c_ws_string()
1218 pp_c_identifier (c_pretty_printer *pp, const char *id) in pp_c_identifier()
1316 pp_c_init_declarator (c_pretty_printer *pp, tree t) in pp_c_init_declarator()
1360 pp_c_initializer_list (c_pretty_printer *pp, tree e) in pp_c_initializer_list()
1440 pp_c_brace_enclosed_initializer_list (c_pretty_printer *pp, tree l) in pp_c_brace_enclosed_initializer_list()
1690 pp_c_expression_list (c_pretty_printer *pp, tree e) in pp_c_expression_list()
1703 pp_c_constructor_elts (c_pretty_printer *pp, vec<constructor_elt, va_gc> *v) in pp_c_constructor_elts()
1720 pp_c_call_argument_list (c_pretty_printer *pp, tree t) in pp_c_call_argument_list()
1885 pp_c_cast_expression (c_pretty_printer *pp, tree e) in pp_c_cast_expression()
1944 pp_c_additive_expression (c_pretty_printer *pp, tree e) in pp_c_additive_expression()
1975 pp_c_shift_expression (c_pretty_printer *pp, tree e) in pp_c_shift_expression()
2006 pp_c_relational_expression (c_pretty_printer *pp, tree e) in pp_c_relational_expression()
2041 pp_c_equality_expression (c_pretty_printer *pp, tree e) in pp_c_equality_expression()
2066 pp_c_and_expression (c_pretty_printer *pp, tree e) in pp_c_and_expression()
2085 pp_c_exclusive_or_expression (c_pretty_printer *pp, tree e) in pp_c_exclusive_or_expression()
2108 pp_c_inclusive_or_expression (c_pretty_printer *pp, tree e) in pp_c_inclusive_or_expression()
2127 pp_c_logical_and_expression (c_pretty_printer *pp, tree e) in pp_c_logical_and_expression()
2147 pp_c_logical_or_expression (c_pretty_printer *pp, tree e) in pp_c_logical_or_expression()
2454 c_pretty_printer pp; in print_c_tree() local
2475 pp_c_tree_decl_identifier (c_pretty_printer *pp, tree t) in pp_c_tree_decl_identifier()
2507 c_pretty_printer pp; in assert_c_pretty_printer_output() local