Home
last modified time | relevance | path

Searched refs:pp_string (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-pretty-print.c336 pp_string (buffer, "none"); in dump_omp_clause()
559 pp_string (buffer, str); in dump_generic_node()
574 pp_string (buffer, str); in dump_generic_node()
644 pp_string (buffer, "]"); in dump_generic_node()
792 pp_string (buffer, "{ "); in dump_generic_node()
799 pp_string (buffer, " }"); in dump_generic_node()
842 pp_string (buffer, in dump_generic_node()
946 pp_string (buffer, "="); in dump_generic_node()
1236 pp_string (buffer, op); in dump_generic_node()
1409 pp_string (buffer, in dump_generic_node()
[all …]
H A Dpretty-print.h214 #define pp_string(PP, S) pp_base_string (pp_base (PP), S) macro
225 #define pp_comma(PP) pp_string (PP, ", ")
228 #define pp_colon_colon(PP) pp_string (PP, "::")
229 #define pp_arrow(PP) pp_string (PP, "->")
266 pp_string (PP, pp_buffer (PP)->digit_buffer); \
276 #define pp_identifier(PP, ID) pp_string (PP, ID)
H A Dc-pretty-print.c345 pp_string (pp, ":"); in pp_c_type_specifier()
354 pp_string (pp, (TYPE_UNSIGNED (t) in pp_c_type_specifier()
359 pp_string (pp, "<unnamed-float:"); in pp_c_type_specifier()
365 pp_string (pp, ">"); in pp_c_type_specifier()
802 case '\\': pp_string (pp, "\\\\"); break; in pp_c_char()
803 case '\'': pp_string (pp, "\\\'"); break; in pp_c_char()
804 case '\"': pp_string (pp, "\\\""); break; in pp_c_char()
856 pp_string (pp, "ll"); in pp_c_integer_constant()
947 pp_string (pp, "dl"); in pp_c_floating_constant()
949 pp_string (pp, "dd"); in pp_c_floating_constant()
[all …]
H A Dtree-mudflap.c133 pp_string (buf, sourcefile); in mf_varname_tree()
137 pp_string (buf, ":"); in mf_varname_tree()
142 pp_string (buf, ":"); in mf_varname_tree()
151 pp_string (buf, " ("); in mf_varname_tree()
159 pp_string (buf, funcname); in mf_varname_tree()
161 pp_string (buf, ") "); in mf_varname_tree()
164 pp_string (buf, " "); in mf_varname_tree()
185 pp_string (buf, declname); in mf_varname_tree()
H A Dc-objc-common.c205 pp_string (cpp, lang_hooks.decl_printable_name (name, 2)); in c_tree_printer()
231 pp_string (cpp, n); in c_tree_printer()
H A Dpretty-print.c422 pp_string (pp, open_quote); in pp_base_format()
449 pp_string (pp, va_arg (*text->args_ptr, const char *)); in pp_base_format()
535 pp_string (pp, close_quote); in pp_base_format()
568 pp_string (pp, args[chunk]); in pp_base_output_formatted_text()
H A Dtoplev.c1496 pp_string (pp, n); in default_tree_printer()
H A DChangeLog-200311792 * c-pretty-print.c (pp_c_char): Use pp_string in lieu of
11937 (pp_string): Rename to pp_base_string.
/freebsd-12.1/contrib/gcc/cp/
H A Derror.c752 pp_string (cxx_pp, "vtable for "); in dump_decl()
764 pp_string (cxx_pp, "<return value> "); in dump_decl()
1381 pp_string (cxx_pp, " ? "); in dump_expr()
1383 pp_string (cxx_pp, " : "); in dump_expr()
1877 pp_string (cxx_pp, "({...})"); in dump_expr()
1881 pp_string (cxx_pp, "while (1) { "); in dump_expr()
1887 pp_string (cxx_pp, "if ("); in dump_expr()
1889 pp_string (cxx_pp, ") break; "); in dump_expr()
2099 pp_string (cxx_pp, "'this'"); in parm_to_string()
H A DChangeLog-20044302 (dump_templat_bindings): Replace use of pp_string with sequence