Searched refs:output_add_string (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | error.c | 38 #define print_scope_operator(BUFFER) output_add_string ((BUFFER), "::") 48 output_add_string ((BUFFER), IDENTIFIER_POINTER (TID)) 49 #define print_identifier(BUFFER, ID) output_add_string ((BUFFER), (ID)) 50 #define separate_with_comma(BUFFER) output_add_string ((BUFFER), ", ") 264 output_add_string (scratch_buffer, " = "); 304 output_add_string (scratch_buffer, " = "); 372 output_add_string (scratch_buffer, "__complex__ "); 377 output_add_string (scratch_buffer, "vector "); 390 output_add_string (scratch_buffer, "unsigned "); 392 output_add_string (scratch_buffer, "signed "); [all …]
|
H A D | ChangeLog | 10106 * error.c (dump_tree): Use output_add_string not OB_PUTS.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | pretty-print.h | 51 #define pp_comma(PPI) output_add_string (pp_buffer (PPI), ", ") 54 #define pp_colon_colon(PPI) output_add_string (pp_buffer (PPI), "::") 55 #define pp_arrow(PPI) output_add_string (pp_buffer (PPI), "->") 93 #define pp_identifier(PPI, ID) output_add_string (pp_buffer (PPI), ID)
|
H A D | diagnostic.h | 167 output_add_string (BUFFER, (BUFFER)->digit_buffer); \ 317 extern void output_add_string PARAMS ((output_buffer *,
|
H A D | diagnostic.c | 468 output_add_string (buffer, str) in output_add_string() function 565 output_add_string (buffer, va_arg (*text->args_ptr, const char *)); 597 output_add_string (buffer, "file '"); 598 output_add_string (buffer, locus->file); 599 output_add_string (buffer, "', line "); 715 output_add_string (buffer, n); 1078 output_add_string (&context->buffer, _("At top level:"));
|
H A D | c-objc-common.c | 421 output_add_string (buffer, n);
|
H A D | ChangeLog.4 | 10685 (output_do_printf): Use wrap_text instead of output_add_string. 14572 (output_add_string): Use it.
|
H A D | ChangeLog.3 | 5979 (output_puts): Rename to output_add_string. Export.
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-2000 | 234 * error.c (dump_tree): Use output_add_string not OB_PUTS.
|