Searched refs:pp_buffer (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | pretty-print.h | 265 sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \ 266 pp_string (PP, pp_buffer (PP)->digit_buffer); \ 286 #define pp_buffer(PP) pp_base (PP)->buffer macro
|
| H A D | c-pretty-print.c | 845 sprintf (pp_buffer (pp)->digit_buffer, in pp_c_integer_constant() 848 pp_string (pp, pp_buffer (pp)->digit_buffer); in pp_c_integer_constant() 939 real_to_decimal (pp_buffer (pp)->digit_buffer, &TREE_REAL_CST (r), in pp_c_floating_constant() 940 sizeof (pp_buffer (pp)->digit_buffer), 0, 1); in pp_c_floating_constant() 941 pp_string (pp, pp_buffer(pp)->digit_buffer); in pp_c_floating_constant()
|
| H A D | pretty-print.c | 558 output_buffer *buffer = pp_buffer (pp); in pp_base_output_formatted_text()
|
| H A D | tree-pretty-print.c | 734 sprintf (pp_buffer (buffer)->digit_buffer, format, in dump_generic_node() 737 pp_string (buffer, pp_buffer (buffer)->digit_buffer); in dump_generic_node()
|
| H A D | ChangeLog-2003 | 11938 * c-pretty-print.c (pp_buffer): Move to pretty-print.h 12794 (pp_buffer): New macro.
|