Home
last modified time | relevance | path

Searched refs:pp_buffer (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dpretty-print.h265 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 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 Dpretty-print.c558 output_buffer *buffer = pp_buffer (pp); in pp_base_output_formatted_text()
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-200311938 * c-pretty-print.c (pp_buffer): Move to pretty-print.h
12794 (pp_buffer): New macro.