Searched refs:pp_string (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-pretty-print.c | 71 pp_string (buffer, "<<< Unknown tree: "); in do_niy() 72 pp_string (buffer, tree_code_name[(int) TREE_CODE (node)]); in do_niy() 84 pp_string (buffer, " >>>\n"); in do_niy() 225 pp_string (buffer, "void"); in dump_function_declaration() 255 pp_string (buffer, "<unknown>"); in dump_array_domain() 289 pp_string (buffer, name); in dump_omp_clause() 297 pp_string (buffer, "reduction("); in dump_omp_clause() 298 pp_string (buffer, op_symbol_1 (OMP_CLAUSE_REDUCTION_CODE (clause))); in dump_omp_clause() 306 pp_string (buffer, "if("); in dump_omp_clause() 313 pp_string (buffer, "num_threads("); in dump_omp_clause() [all …]
|
H A D | pretty-print.h | 214 #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 D | c-pretty-print.c | 330 pp_string (pp, ":"); in pp_c_type_specifier() 339 pp_string (pp, (TYPE_UNSIGNED (t) in pp_c_type_specifier() 344 pp_string (pp, "<unnamed-float:"); in pp_c_type_specifier() 350 pp_string (pp, ">"); in pp_c_type_specifier() 778 case '\\': pp_string (pp, "\\\\"); break; in pp_c_char() 779 case '\'': pp_string (pp, "\\\'"); break; in pp_c_char() 780 case '\"': pp_string (pp, "\\\""); break; in pp_c_char() 824 pp_string (pp, pp_buffer (pp)->digit_buffer); in pp_c_integer_constant() 832 pp_string (pp, "ll"); in pp_c_integer_constant() 917 pp_string (pp, pp_buffer(pp)->digit_buffer); in pp_c_floating_constant() [all …]
|
H A D | c-objc-common.c | 205 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 D | tree-mudflap.c | 133 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 D | pretty-print.c | 422 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 D | toplev.c | 1458 pp_string (pp, n); in default_tree_printer()
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | error.c | 743 pp_string (cxx_pp, "vtable for "); in dump_decl() 755 pp_string (cxx_pp, "<return value> "); in dump_decl() 1364 pp_string (cxx_pp, " ? "); in dump_expr() 1366 pp_string (cxx_pp, " : "); in dump_expr() 1860 pp_string (cxx_pp, "({...})"); in dump_expr() 1864 pp_string (cxx_pp, "while (1) { "); in dump_expr() 1870 pp_string (cxx_pp, "if ("); in dump_expr() 1872 pp_string (cxx_pp, ") break; "); in dump_expr() 2082 pp_string (cxx_pp, "'this'"); in parm_to_string()
|
H A D | ChangeLog-2004 | 4302 (dump_templat_bindings): Replace use of pp_string with sequence
|