HomeSort by: relevance | last modified time | path
    Searched refs:c21 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
input.cc 2221 const location_t c21 = linemap_position_for_column (line_table, 21); local
2223 if (c21 > LINE_MAP_MAX_LOCATION_WITH_COLS)
2246 const location_t aaa_eq_bbb = make_location (c12, c12, c21);
2250 ASSERT_EQ (c21, get_finish (aaa_eq_bbb));
2258 ASSERT_EQ (c21, get_finish (not_aaa_eq_bbb));
diagnostic-show-locus.cc 4668 const location_t c21 = linemap_position_for_column (line_table, 21);
4749 ASSERT_EQ (c21, hint->get_next_loc ());
4771 ASSERT_EQ (c21, hint->get_next_loc ());
4791 ASSERT_EQ (c21, hint->get_next_loc ());
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 2060 const location_t c21 = linemap_position_for_column (line_table, 21); local
2062 if (c21 > LINE_MAP_MAX_LOCATION_WITH_COLS)
2085 const location_t aaa_eq_bbb = make_location (c12, c12, c21);
2089 ASSERT_EQ (c21, get_finish (aaa_eq_bbb));
2097 ASSERT_EQ (c21, get_finish (not_aaa_eq_bbb));
diagnostic-show-locus.cc 4563 const location_t c21 = linemap_position_for_column (line_table, 21);
4644 ASSERT_EQ (c21, hint->get_next_loc ());
4666 ASSERT_EQ (c21, hint->get_next_loc ());
4686 ASSERT_EQ (c21, hint->get_next_loc ());

Completed in 96 milliseconds