Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c205 class layout_range
208 layout_range (const expanded_location *start_exploc,
399 auto_vec <layout_range> m_layout_ranges;
516 layout_range::layout_range (const expanded_location *start_exploc, in layout_range() function
575 layout_range::contains_point (linenum_type row, int column, in contains_point()
637 layout_range::intersects_line_p (linenum_type row) const in intersects_line_p()
658 static layout_range
665 return layout_range (&start_exploc, &finish_exploc, SHOW_RANGE_WITHOUT_CARET, in make_range()
678 layout_range point = make_range (7, 10, 7, 10); in test_layout_range_for_single_point()
714 layout_range example_a = make_range (2, 22, 2, 38); in test_layout_range_for_single_line()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc222 class layout_range class
225 layout_range (const exploc_with_display_col &start_exploc,
440 auto_vec <layout_range> m_layout_ranges;
558 layout_range::layout_range (const exploc_with_display_col &start_exploc, in layout_range() function in __anonbef134440111::layout_range
617 layout_range::contains_point (linenum_type row, int column, in contains_point()
679 layout_range::intersects_line_p (linenum_type row) const in intersects_line_p()
708 static layout_range
715 return layout_range (exploc_with_display_col (start_exploc, def_policy (), in make_range()
734 layout_range point = make_range (7, 10, 7, 10); in test_layout_range_for_single_point()
770 layout_range example_a = make_range (2, 22, 2, 38); in test_layout_range_for_single_line()
[all …]
H A DChangeLog-201810508 * diagnostic-show-locus.c (class layout_range): Add field
10510 (layout_range::layout_range): Add "original_idx" param and use it
10516 pass it on to layout_range.
11954 * diagnostic-show-locus.c (class layout_range): Update for
11956 (layout_range::layout_range): Likewise.
13119 * diagnostic-show-locus.c (class layout_range): Add field
13122 (layout_range::layout_range): Add param "label" and use it to
13124 (make_range): Pass in NULL for new "label" param of layout_range's
13128 when constructing layout_range instances.
27437 (layout_range::contains_point): Convert param "row" from int to
[all …]
H A DChangeLog-201614288 (layout_range::intersects_line_p): New method.
14291 for layout_range::intersects_line_p.
14294 for layout_range::intersects_line_p.
14297 for layout_range::intersects_line_p.
30476 * diagnostic-show-locus.c (layout_range::layout_range): Replace
30482 the results to the layout_range ctor.
H A DChangeLog-202017449 (layout_range::layout_range): Likewise.
17453 (make_range): Adapt to class layout_range changes.
H A DChangeLog-2015208 Sanitize the layout_range against ranges that finish before they
8204 (class layout_range): New class.
H A DChangeLog-20191235 (layout_range::contains_point): Add col_unit argument.