Searched refs:pp_quoted_string (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | pretty-print.cc | 705 static void pp_quoted_string (pretty_printer *, const char *, size_t = -1); 1334 pp_quoted_string (pp, str, 1); in pp_format() 1359 pp_quoted_string (pp, va_arg (*text->args_ptr, const char *)); in pp_format() 1836 pp_quoted_string (pretty_printer *pp, const char *str, size_t n /* = -1 */) in pp_quoted_string() function 2581 pp_quoted_string (&pp, s); in test_utf8() 2588 pp_quoted_string (&pp, "\xf0!\x9f\x98\x82"); in test_utf8()
|
H A D | ChangeLog-2016 | 13874 * pretty-print.c (pp_quoted_string): New function.
|
H A D | ChangeLog-2019 | 980 * pretty-print.c (pp_quoted_string): Avoid hex-escaping valid
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | pretty-print.c | 705 static void pp_quoted_string (pretty_printer *, const char *, size_t = -1); 1334 pp_quoted_string (pp, str, 1); in pp_format() 1359 pp_quoted_string (pp, va_arg (*text->args_ptr, const char *)); in pp_format() 1836 pp_quoted_string (pretty_printer *pp, const char *str, size_t n /* = -1 */) in pp_quoted_string() function 2581 pp_quoted_string (&pp, s); in test_utf8() 2588 pp_quoted_string (&pp, "\xf0!\x9f\x98\x82"); in test_utf8()
|