Home
last modified time | relevance | path

Searched refs:pretty_print_string (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-pretty-print.h50 extern void pretty_print_string (pretty_printer *, const char *, size_t);
H A Dprint-rtl.c1689 pretty_print_string (pp, XSTR (x, 0), strlen (XSTR (x, 0))); in print_value()
H A Dtree-pretty-print.c2072 pretty_print_string (pp, TREE_STRING_POINTER (node), nbytes); in dump_generic_node()
4220 pretty_print_string (pretty_printer *pp, const char *str, size_t n) in pretty_print_string() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.h53 extern void pretty_print_string (pretty_printer *, const char *, size_t);
H A Dprint-rtl.cc1719 pretty_print_string (pp, XSTR (x, 0), strlen (XSTR (x, 0))); in print_value()
H A Dtree-pretty-print.cc2229 pretty_print_string (pp, TREE_STRING_POINTER (node), nbytes); in dump_generic_node()
4465 pretty_print_string (pretty_printer *pp, const char *str, size_t n) in pretty_print_string() function
H A DChangeLog.tree-ssa18225 (dump_c_node): Call pretty_print_string to print string.
18227 (pretty_print_string): New function.
H A DChangeLog-202034671 * tree-pretty-print.h (pretty_print_string): Declare.
34672 * tree-pretty-print.c (pretty_print_string): Remove forward
34676 pretty_print_string and for shrink way too long strings.
H A DChangeLog-201812547 * tree-pretty-print.c (pretty_print_string): Add argument.
12548 (dump_generic_node): Call to pretty_print_string with string size.
H A DChangeLog-200613074 * tree-pretty-print.c (pretty_print_string): No need to handle
H A DChangeLog-20161750 * tree-pretty-print.c (pretty_print_string): Escape non-printable
H A DChangeLog-20142130 (pretty_print_string): Likewise.