Lines Matching refs:line_table
581 linemap_resolve_location (line_table, where, in diagnostic_report_current_module()
590 map = INCLUDED_FROM (line_table, map); in diagnostic_report_current_module()
600 map = INCLUDED_FROM (line_table, map); in diagnostic_report_current_module()
822 (line_table, in update_effective_level_from_pragmas()
1066 rich_location richloc (line_table, location); in diagnostic_append_note()
1144 rich_location richloc (line_table, location); in emit_diagnostic()
1156 rich_location richloc (line_table, location); in emit_diagnostic_valist()
1167 rich_location richloc (line_table, location); in inform()
1192 rich_location richloc (line_table, location); in inform_n()
1206 rich_location richloc (line_table, input_location); in warning()
1221 rich_location richloc (line_table, location); in warning_at()
1268 rich_location richloc (line_table, location); in warning_n()
1294 rich_location richloc (line_table, location); in pedwarn()
1326 rich_location richloc (line_table, location); in permerror()
1353 rich_location richloc (line_table, input_location); in error()
1366 rich_location richloc (line_table, location); in error_n()
1378 rich_location richloc (line_table, loc); in error_at()
1404 rich_location richloc (line_table, input_location); in sorry()
1425 rich_location richloc (line_table, loc); in fatal_error()
1441 rich_location richloc (line_table, input_location); in internal_error()
1456 rich_location richloc (line_table, input_location); in internal_error_no_backtrace()
1581 rich_location richloc (line_table, UNKNOWN_LOCATION); in test_print_parseable_fixits_none()
1594 rich_location richloc (line_table, UNKNOWN_LOCATION); in test_print_parseable_fixits_insert()
1596 linemap_add (line_table, LC_ENTER, false, "test.c", 0); in test_print_parseable_fixits_insert()
1597 linemap_line_start (line_table, 5, 100); in test_print_parseable_fixits_insert()
1598 linemap_add (line_table, LC_LEAVE, false, NULL, 0); in test_print_parseable_fixits_insert()
1599 location_t where = linemap_position_for_column (line_table, 10); in test_print_parseable_fixits_insert()
1614 rich_location richloc (line_table, UNKNOWN_LOCATION); in test_print_parseable_fixits_remove()
1616 linemap_add (line_table, LC_ENTER, false, "test.c", 0); in test_print_parseable_fixits_remove()
1617 linemap_line_start (line_table, 5, 100); in test_print_parseable_fixits_remove()
1618 linemap_add (line_table, LC_LEAVE, false, NULL, 0); in test_print_parseable_fixits_remove()
1620 where.m_start = linemap_position_for_column (line_table, 10); in test_print_parseable_fixits_remove()
1621 where.m_finish = linemap_position_for_column (line_table, 20); in test_print_parseable_fixits_remove()
1636 rich_location richloc (line_table, UNKNOWN_LOCATION); in test_print_parseable_fixits_replace()
1638 linemap_add (line_table, LC_ENTER, false, "test.c", 0); in test_print_parseable_fixits_replace()
1639 linemap_line_start (line_table, 5, 100); in test_print_parseable_fixits_replace()
1640 linemap_add (line_table, LC_LEAVE, false, NULL, 0); in test_print_parseable_fixits_replace()
1642 where.m_start = linemap_position_for_column (line_table, 10); in test_print_parseable_fixits_replace()
1643 where.m_finish = linemap_position_for_column (line_table, 20); in test_print_parseable_fixits_replace()