Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dpretty-print.h201 #define pp_is_wrapping_line(PP) (pp_line_cutoff (PP) > 0) macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dpretty-print.h147 #define pp_is_wrapping_line(PP) (pp_line_cutoff (PP) > 0) macro