Home
last modified time | relevance | path

Searched refs:pp_base_format (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dpretty-print.h207 #define pp_format(PP, TI) pp_base_format (pp_base (PP), TI)
315 extern void pp_base_format (pretty_printer *, text_info *);
H A Dpretty-print.c208 pp_base_format (pretty_printer *pp, text_info *text) in pp_base_format() function