Searched refs:example_b (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | diagnostic-show-locus.c | 756 layout_range example_b = make_range (3, 14, 5, 8); in test_layout_range_for_multiple_lines() local 765 ASSERT_FALSE (example_b.contains_point (1, 1, col_unit)); in test_layout_range_for_multiple_lines() 768 ASSERT_FALSE (example_b.contains_point (3, 13, col_unit)); in test_layout_range_for_multiple_lines() 771 ASSERT_TRUE (example_b.contains_point (3, 14, col_unit)); in test_layout_range_for_multiple_lines() 774 ASSERT_TRUE (example_b.contains_point (3, 15, col_unit)); in test_layout_range_for_multiple_lines() 779 ASSERT_TRUE (example_b.contains_point (4, 1, col_unit)); in test_layout_range_for_multiple_lines() 780 ASSERT_TRUE (example_b.contains_point (4, 7, col_unit)); in test_layout_range_for_multiple_lines() 781 ASSERT_TRUE (example_b.contains_point (4, 8, col_unit)); in test_layout_range_for_multiple_lines() 782 ASSERT_TRUE (example_b.contains_point (4, 9, col_unit)); in test_layout_range_for_multiple_lines() 783 ASSERT_TRUE (example_b.contains_point (4, 13, col_unit)); in test_layout_range_for_multiple_lines() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | diagnostic-show-locus.cc | 812 layout_range example_b = make_range (3, 14, 5, 8); in test_layout_range_for_multiple_lines() local 821 ASSERT_FALSE (example_b.contains_point (1, 1, col_unit)); in test_layout_range_for_multiple_lines() 824 ASSERT_FALSE (example_b.contains_point (3, 13, col_unit)); in test_layout_range_for_multiple_lines() 827 ASSERT_TRUE (example_b.contains_point (3, 14, col_unit)); in test_layout_range_for_multiple_lines() 830 ASSERT_TRUE (example_b.contains_point (3, 15, col_unit)); in test_layout_range_for_multiple_lines() 835 ASSERT_TRUE (example_b.contains_point (4, 1, col_unit)); in test_layout_range_for_multiple_lines() 836 ASSERT_TRUE (example_b.contains_point (4, 7, col_unit)); in test_layout_range_for_multiple_lines() 837 ASSERT_TRUE (example_b.contains_point (4, 8, col_unit)); in test_layout_range_for_multiple_lines() 838 ASSERT_TRUE (example_b.contains_point (4, 9, col_unit)); in test_layout_range_for_multiple_lines() 839 ASSERT_TRUE (example_b.contains_point (4, 13, col_unit)); in test_layout_range_for_multiple_lines() [all …]
|