| /src/external/gpl3/gcc/dist/gcc/ |
| edit-context.cc | 978 linemap_add (line_table, LC_ENTER, false, tmp.get_filename (), 2); 981 location_t start = linemap_position_for_column (line_table, 7); 982 rich_location richloc (line_table, start); 1034 linemap_add (line_table, LC_ENTER, false, tmp.get_filename (), 2); 1037 location_t start = linemap_position_for_column (line_table, 11); 1038 location_t finish = linemap_position_for_column (line_table, 15); 1040 rich_location richloc (line_table, field); 1080 linemap_add (line_table, LC_ENTER, false, tmp.get_filename (), 2); 1083 location_t loc = linemap_position_for_column (line_table, 16); 1084 rich_location richloc (line_table, loc) [all...] |
| input.h | 28 extern GTY(()) class line_maps *line_table; variable in typeref:class:line_maps 185 ((IS_ADHOC_LOC (LOC)) ? get_location_from_adhoc_loc (line_table, LOC) \ 188 ((tree) ((IS_ADHOC_LOC (LOC)) ? get_data_from_adhoc_loc (line_table, (LOC)) \ 206 return linemap_location_in_system_header_p (line_table, loc); 215 return linemap_location_from_macro_expansion_p (line_table, loc); 225 return linemap_location_from_macro_definition_p (line_table, loc); 231 return get_pure_location (line_table, loc); 239 return get_range_from_loc (line_table, loc).m_start; 247 return get_range_from_loc (line_table, loc).m_finish;
|
| diagnostic-show-locus.cc | 3006 rich_location richloc (line_table, 3007 linemap_position_for_column (line_table, 3042 linemap_add (line_table, LC_ENTER, false, tmp.get_filename (), 1); 3044 location_t line_end = linemap_position_for_column (line_table, line_bytes); 3123 rich_location richloc (line_table, 3124 linemap_position_for_column (line_table, 3148 rich_location richloc (line_table, 3149 linemap_position_for_column (line_table, 3199 linemap_add (line_table, LC_ENTER, false, tmp.get_filename (), 1); 3201 location_t line_end = linemap_position_for_column (line_table, line_bytes) [all...] |
| input.cc | 192 class line_maps *line_table; variable in typeref:class:line_maps 194 /* A stashed copy of "line_table" for use by selftest::line_table_test. 301 if (linemap_get_file_highest_location (line_table, file_path, &l)) 1067 loc = linemap_resolve_location (line_table, loc, 1080 return expand_location_1 (line_table, loc, /*expansion_point_p=*/true, 1094 return expand_location_1 (line_table, loc, /*expansion_point_p=*/false, 1135 location_t xloc = linemap_resolve_location (line_table, location, 1147 return linemap_resolve_location (line_table, location, 1170 return line_table->make_location (caret, start, finish); 1179 return line_table->get_or_create_combined_loc (pure_loc, src_range [all...] |
| substring-locations.cc | 155 = get_range_from_loc (line_table, m_fmt_loc.get_fmt_string_loc ()); 158 = get_range_from_loc (line_table, fmt_substring_loc); 223 rich_location substring_richloc (line_table, fmt_substring_loc,
|
| opt-problem.cc | 180 = linemap_check_ordinary (linemap_add (line_table, LC_ENTER, false, 182 linemap_line_start (line_table, 5, 100); 185 const location_t line_5 = linemap_position_for_column (line_table, 10); 189 = linemap_position_for_line_and_column (line_table, ord_map, 6, 12);
|
| tree-diagnostic.cc | 111 map = linemap_lookup (line_table, where); 136 where = linemap_unwind_toward_expansion (line_table, where, &map); 184 linemap_resolve_location (line_table, iter->where, 191 linemap_resolve_location (line_table, resolved_def_loc, 195 l0 = get_location_from_adhoc_loc (line_table, l0); 219 linemap_resolve_location (line_table,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| edit-context.cc | 963 linemap_add (line_table, LC_ENTER, false, tmp.get_filename (), 2); 966 location_t start = linemap_position_for_column (line_table, 7); 967 rich_location richloc (line_table, start); 1018 linemap_add (line_table, LC_ENTER, false, tmp.get_filename (), 2); 1021 location_t start = linemap_position_for_column (line_table, 11); 1022 location_t finish = linemap_position_for_column (line_table, 15); 1024 rich_location richloc (line_table, field); 1063 linemap_add (line_table, LC_ENTER, false, tmp.get_filename (), 2); 1066 location_t loc = linemap_position_for_column (line_table, 16); 1067 rich_location richloc (line_table, loc) [all...] |
| input.h | 26 extern GTY(()) class line_maps *line_table; variable in typeref:class:line_maps 172 ((IS_ADHOC_LOC (LOC)) ? get_location_from_adhoc_loc (line_table, LOC) \ 175 ((tree) ((IS_ADHOC_LOC (LOC)) ? get_data_from_adhoc_loc (line_table, (LOC)) \ 193 return linemap_location_in_system_header_p (line_table, loc); 202 return linemap_location_from_macro_expansion_p (line_table, loc); 212 return linemap_location_from_macro_definition_p (line_table, loc); 218 return get_pure_location (line_table, loc); 226 return get_range_from_loc (line_table, loc).m_start; 234 return get_range_from_loc (line_table, loc).m_finish;
|
| diagnostic-show-locus.cc | 939 loc_a = get_location_from_adhoc_loc (line_table, loc_a); 941 loc_b = get_location_from_adhoc_loc (line_table, loc_b); 949 const line_map *map_a = linemap_lookup (line_table, loc_a); 952 const line_map *map_b = linemap_lookup (line_table, loc_b); 964 = linemap_location_from_macro_definition_p (line_table, loc_a); 966 = linemap_location_from_macro_definition_p (line_table, loc_b); 974 = linemap_macro_map_loc_unwind_toward_spelling (line_table, 978 = linemap_macro_map_loc_unwind_toward_spelling (line_table, 1256 source_range src_range = get_range_from_loc (line_table, loc_range->m_loc); 2930 rich_location richloc (line_table, [all...] |
| input.cc | 185 class line_maps *line_table; variable in typeref:class:line_maps 187 /* A stashed copy of "line_table" for use by selftest::line_table_test. 239 loc = linemap_unwind_to_first_non_reserved_loc (line_table, 243 loc = linemap_resolve_location (line_table, loc, lrk, &map); 273 xloc = linemap_expand_location (line_table, map, loc); 317 if (linemap_get_file_highest_location (line_table, file_path, &l)) 942 loc = linemap_resolve_location (line_table, loc, 1008 location_t xloc = linemap_resolve_location (line_table, location, 1020 return linemap_resolve_location (line_table, location, 1045 location_t combined_loc = COMBINE_LOCATION_DATA (line_table, [all...] |
| tree-diagnostic.cc | 110 map = linemap_lookup (line_table, where); 135 where = linemap_unwind_toward_expansion (line_table, where, &map); 183 linemap_resolve_location (line_table, iter->where, 190 linemap_resolve_location (line_table, resolved_def_loc, 215 linemap_resolve_location (line_table,
|
| diagnostic.cc | 731 probe = linemap_included_from_linemap (line_table, map); 757 linemap_resolve_location (line_table, where, 771 map = linemap_included_from_linemap (line_table, map); 1108 if (!linemap_location_before_p (line_table, pragloc, loc)) 1267 rich_location richloc (line_table, loc); 1506 rich_location richloc (line_table, location); 1589 rich_location richloc (line_table, location); 1615 rich_location richloc (line_table, location); 1627 rich_location richloc (line_table, location); 1654 rich_location richloc (line_table, location) [all...] |
| substring-locations.cc | 155 = get_range_from_loc (line_table, m_fmt_loc.get_fmt_string_loc ()); 158 = get_range_from_loc (line_table, fmt_substring_loc); 223 rich_location substring_richloc (line_table, fmt_substring_loc,
|
| opt-problem.cc | 182 = linemap_check_ordinary (linemap_add (line_table, LC_ENTER, false, 184 linemap_line_start (line_table, 5, 100); 187 const location_t line_5 = linemap_position_for_column (line_table, 10); 191 = linemap_position_for_line_and_column (line_table, ord_map, 6, 12);
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-indentation.cc | 210 if (line_table->seen_line_directive) 270 if (linemap_location_from_macro_expansion_p (line_table, guard_loc)) 271 guard_loc = linemap_resolve_location (line_table, guard_loc, 273 if (linemap_location_from_macro_expansion_p (line_table, body_loc)) 274 body_loc = linemap_resolve_location (line_table, body_loc, 276 if (linemap_location_from_macro_expansion_p (line_table, next_stmt_loc)) 277 next_stmt_loc = linemap_resolve_location (line_table, next_stmt_loc, 285 = first_map_in_common (line_table, 289 = first_map_in_common (line_table, 297 guard_loc = linemap_resolve_location (line_table, guard_loc [all...] |
| c-pch.cc | 336 saved_loc = expand_location (line_table->highest_line); 337 saved_trace_includes = line_table->trace_includes; 344 cpp_set_line_map (pfile, line_table); 345 rebuild_location_adhoc_htab (line_table); 346 line_table->trace_includes = saved_trace_includes; 351 linemap_add (line_table, LC_ENTER, 0, saved_loc.file, 359 linemap_line_start (line_table, saved_loc.line, 0);
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-indentation.cc | 207 if (line_table->seen_line_directive) 267 if (linemap_location_from_macro_expansion_p (line_table, guard_loc)) 268 guard_loc = linemap_resolve_location (line_table, guard_loc, 270 if (linemap_location_from_macro_expansion_p (line_table, body_loc)) 271 body_loc = linemap_resolve_location (line_table, body_loc, 273 if (linemap_location_from_macro_expansion_p (line_table, next_stmt_loc)) 274 next_stmt_loc = linemap_resolve_location (line_table, next_stmt_loc, 282 = first_map_in_common (line_table, 286 = first_map_in_common (line_table, 294 guard_loc = linemap_resolve_location (line_table, guard_loc [all...] |
| c-pch.cc | 335 saved_loc = expand_location (line_table->highest_line); 336 saved_trace_includes = line_table->trace_includes; 343 cpp_set_line_map (pfile, line_table); 344 rebuild_location_adhoc_htab (line_table); 345 line_table->trace_includes = saved_trace_includes; 346 linemap_add (line_table, LC_ENTER, 0, saved_loc.file, saved_loc.line);
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-errors.cc | 40 rich_location richloc (line_table, location); 79 rich_location richloc (line_table, location); 119 rich_location richloc (line_table, location);
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| context.cc | 89 linemap_add (line_table, LC_ENTER, false, filename, line_number); 90 location_t loc = linemap_line_start (line_table, line_number, 0); 91 linemap_add (line_table, LC_LEAVE, false, NULL, 0);
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-errors.cc | 40 rich_location richloc (line_table, location); 79 rich_location richloc (line_table, location); 119 rich_location richloc (line_table, location);
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| context.cc | 89 linemap_add (line_table, LC_ENTER, false, filename, line_number); 90 location_t loc = linemap_line_start (line_table, line_number, 0); 91 linemap_add (line_table, LC_LEAVE, false, NULL, 0);
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| pending-diagnostic.cc | 99 rich_location rich_loc (line_table, UNKNOWN_LOCATION); 204 if (linemap_location_from_macro_expansion_p (line_table, loc)) 207 = const_cast <line_map *> (linemap_lookup (line_table, loc)); 210 loc = linemap_resolve_location (line_table, loc,
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| init.cc | 184 class line_maps *line_table) 250 pfile->line_table = line_table; 300 /* Set the line_table entry in PFILE. This is called after reading a 301 PCH file, as the old line_table will be incorrect. */ 303 cpp_set_line_map (cpp_reader *pfile, class line_maps *line_table) 305 pfile->line_table = line_table; 713 (LINEMAPS_LAST_MAP (pfile->line_table, false)); 720 auto *map = LINEMAPS_LAST_ORDINARY_MAP (pfile->line_table); [all...] |