Searched refs:digit_buffer (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | pretty-print.h | 98 char digit_buffer[128]; member 265 sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \ 266 pp_string (PP, pp_buffer (PP)->digit_buffer); \
|
| 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 | 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-2001 | 19788 * diagnostic.c (digit_buffer): Remove as global. Move to... 19790 * diagnostic.c (output_formatted_integer): Adjust use of digit_buffer.
|
| H A D | ChangeLog-2000 | 14620 (digit_buffer): Make global. 14622 digit_buffer.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-2003 | 3652 (digit_buffer): Remove.
|