Home
last modified time | relevance | path

Searched defs:pp_string (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dpretty-print.h223 #define pp_string(PP, S) pp_base_string (pp_base (PP), S) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dpretty-print.c1698 pp_string (pretty_printer *pp, const char *str) in pp_string() function