Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dpretty-print.h223 #define pp_string(PP, S) pp_base_string (pp_base (PP), S)
336 extern void pp_base_string (pretty_printer *, const char *);
H A Dpretty-print.c783 pp_base_string (pretty_printer *pp, const char *str) in pp_base_string() function
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Derror.c2871 pp_base_string (context->printer, _("At global scope:")); in cp_print_error_function()
3241 pp_base_string (pp, result); in cp_printer()