Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dpretty-print.h206 #define pp_flush(PP) pp_base_flush (pp_base (PP))
314 extern void pp_base_flush (pretty_printer *);
H A Ddiagnostic.h137 #define diagnostic_flush_buffer(DC) pp_base_flush ((DC)->printer)
H A Dpretty-print.c594 pp_base_flush (pretty_printer *pp) in pp_base_flush() function