Searched refs:maximum_length (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dpretty-print.c790 pp->maximum_length = pp_line_cutoff (pp);
797 pp->maximum_length = pp_line_cutoff (pp) + 32;
799 pp->maximum_length = pp_line_cutoff (pp);
1654 pretty_printer::pretty_printer (int maximum_length) argument
1658 maximum_length (),
1669 pp_line_cutoff (this) = maximum_length;
1681 maximum_length (other.maximum_length),
1692 pp_line_cutoff (this) = maximum_length;
1758 return pp->maximum_length
[all...]
H A Dpretty-print.h244 int maximum_length; member in class:pretty_printer
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dpretty-print.cc790 pp->maximum_length = pp_line_cutoff (pp);
797 pp->maximum_length = pp_line_cutoff (pp) + 32;
799 pp->maximum_length = pp_line_cutoff (pp);
1654 pretty_printer::pretty_printer (int maximum_length) argument
1658 maximum_length (),
1669 pp_line_cutoff (this) = maximum_length;
1681 maximum_length (other.maximum_length),
1692 pp_line_cutoff (this) = maximum_length;
1758 return pp->maximum_length
[all...]
H A Dpretty-print.h244 int maximum_length; member in class:pretty_printer

Completed in 149 milliseconds