Searched refs:pp_string (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dtree-pretty-print.c71 pp_string (buffer, "<<< Unknown tree: ");
72 pp_string (buffer, tree_code_name[(int) TREE_CODE (node)]);
84 pp_string (buffer, " >>>\n");
225 pp_string (buffer, "void");
255 pp_string (buffer, "<unknown>");
289 pp_string (buffer, name);
297 pp_string (buffer, "reduction(");
298 pp_string (buffer, op_symbol_1 (OMP_CLAUSE_REDUCTION_CODE (clause)));
306 pp_string (buffer, "if(");
313 pp_string (buffe
[all...]
H A Dpretty-print.h177 pp_string (and related functions) to add data to the BUFFER.
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 Dc-objc-common.c205 pp_string (cpp, lang_hooks.decl_printable_name (name, 2));
231 pp_string (cpp, n);
H A Dpretty-print.c422 pp_string (pp, open_quote);
449 pp_string (pp, va_arg (*text->args_ptr, const char *));
535 pp_string (pp, close_quote);
568 pp_string (pp, args[chunk]);
H A Dc-pretty-print.c347 pp_string (pp, ":");
356 pp_string (pp, (TYPE_UNSIGNED (t)
361 pp_string (pp, "<unnamed-float:");
367 pp_string (pp, ">");
805 case '\\': pp_string (pp, "\\\\"); break;
806 case '\'': pp_string (pp, "\\\'"); break;
807 case '\"': pp_string (pp, "\\\""); break;
851 pp_string (pp, pp_buffer (pp)->digit_buffer);
859 pp_string (pp, "ll");
944 pp_string (p
[all...]
H A Dtree-mudflap.c133 pp_string (buf, sourcefile);
137 pp_string (buf, ":");
142 pp_string (buf, ":");
151 pp_string (buf, " (");
159 pp_string (buf, funcname);
161 pp_string (buf, ") ");
164 pp_string (buf, " ");
185 pp_string (buf, declname);
H A Dtoplev.c1496 pp_string (pp, n);
/freebsd-11.0-release/contrib/gcc/cp/
H A Derror.c752 pp_string (cxx_pp, "vtable for ");
764 pp_string (cxx_pp, "<return value> ");
1381 pp_string (cxx_pp, " ? ");
1383 pp_string (cxx_pp, " : ");
1877 pp_string (cxx_pp, "({...})");
1881 pp_string (cxx_pp, "while (1) { ");
1887 pp_string (cxx_pp, "if (");
1889 pp_string (cxx_pp, ") break; ");
2099 pp_string (cxx_pp, "'this'");

Completed in 85 milliseconds