Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDdiagnostic-show-locus.c254 void print_annotation_line (linenum_type row, const line_bounds lbounds);
1254 layout::print_annotation_line (linenum_type row, const line_bounds lbounds) in print_annotation_line() argument
1257 lbounds.m_last_non_ws); in print_annotation_line()
1265 lbounds.m_first_non_ws, in print_annotation_line()
1266 lbounds.m_last_non_ws, in print_annotation_line()
1944 line_bounds lbounds; in print_line() local
1946 print_source_line (row, line, line_width, &lbounds); in print_line()
1948 print_annotation_line (row, lbounds); in print_line()