Home
last modified time | relevance | path

Searched refs:pp_base_string (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dpretty-print.h214 #define pp_string(PP, S) pp_base_string (pp_base (PP), S)
322 extern void pp_base_string (pretty_printer *, const char *);
H A Dpretty-print.c802 pp_base_string (pretty_printer *pp, const char *str) in pp_base_string() function
H A DChangeLog-200311937 (pp_string): Rename to pp_base_string.
/freebsd-12.1/contrib/gcc/cp/
H A Derror.c2208 pp_base_string (context->printer, "At global scope:"); in cp_print_error_function()
2382 pp_base_string (pp, result); in cp_printer()