Home
last modified time | relevance | path

Searched refs:digit_buffer (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dpretty-print.h98 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 Dc-pretty-print.c845 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 Dtree-pretty-print.c734 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 DChangeLog-200119788 * diagnostic.c (digit_buffer): Remove as global. Move to...
19790 * diagnostic.c (output_formatted_integer): Adjust use of digit_buffer.
H A DChangeLog-200014620 (digit_buffer): Make global.
14622 digit_buffer.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-20033652 (digit_buffer): Remove.