Searched refs:pretty_print_string (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-pretty-print.h | 50 extern void pretty_print_string (pretty_printer *, const char *, size_t);
|
H A D | print-rtl.c | 1689 pretty_print_string (pp, XSTR (x, 0), strlen (XSTR (x, 0))); in print_value()
|
H A D | tree-pretty-print.c | 2072 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 D | tree-pretty-print.h | 53 extern void pretty_print_string (pretty_printer *, const char *, size_t);
|
H A D | print-rtl.cc | 1719 pretty_print_string (pp, XSTR (x, 0), strlen (XSTR (x, 0))); in print_value()
|
H A D | tree-pretty-print.cc | 2229 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 D | ChangeLog.tree-ssa | 18225 (dump_c_node): Call pretty_print_string to print string. 18227 (pretty_print_string): New function.
|
H A D | ChangeLog-2020 | 34671 * 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 D | ChangeLog-2018 | 12547 * tree-pretty-print.c (pretty_print_string): Add argument. 12548 (dump_generic_node): Call to pretty_print_string with string size.
|
H A D | ChangeLog-2006 | 13074 * tree-pretty-print.c (pretty_print_string): No need to handle
|
H A D | ChangeLog-2016 | 1750 * tree-pretty-print.c (pretty_print_string): Escape non-printable
|
H A D | ChangeLog-2014 | 2130 (pretty_print_string): Likewise.
|