Searched refs:pp_line_cutoff (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dpretty-print.c74 pp->maximum_length = pp_line_cutoff (pp);
80 if (pp_line_cutoff (pp) - prefix_length < 32)
81 pp->maximum_length = pp_line_cutoff (pp) + 32;
83 pp->maximum_length = pp_line_cutoff (pp);
609 pp_line_cutoff (pp) = length;
685 pp_line_cutoff (pp) = maximum_length;
H A Dpretty-print.h123 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff macro
146 #define pp_is_wrapping_line(PP) (pp_line_cutoff (PP) > 0)
331 pp_line_cutoff (pp) = 0;

Completed in 92 milliseconds