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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-diagnostic.cc 199 int resolved_def_loc_line = SOURCE_LINE (m, l);
diagnostic.cc 774 s.line = SOURCE_LINE (map, where);
  /src/external/gpl3/gcc/dist/libcpp/
line-map.cc 633 file, and in that case SOURCE_LINE (from, from[1].start_location);
645 to_line = SOURCE_LINE (from, linemap_included_from (map - 1)) + 1;
647 to_line = SOURCE_LINE (from, from[1].start_location);
749 unsigned src_line = SOURCE_LINE (pre_map, LAST_SOURCE_LINE_LOCATION (pre_map));
881 SOURCE_LINE (map, set->highest_line);
981 linemap_assert (SOURCE_LINE (map, r) == to_line);
1012 r = linemap_line_start (set, SOURCE_LINE (map, r), to_column + 50);
1091 linenum_type line = SOURCE_LINE (map, loc);
1337 return SOURCE_LINE (map, location);
1935 xloc.line = SOURCE_LINE (ord_map, loc)
    [all...]
files.cc 1038 linenum_type line = SOURCE_LINE (map, pfile->line_table->highest_line);
1531 SOURCE_LINE (map, pfile->line_table->highest_line),
directives.cc 1180 && SOURCE_LINE (last, pfile->line_table->highest_line) == 2)
  /src/external/gpl3/gcc.old/dist/libcpp/
line-map.cc 547 to_line = SOURCE_LINE (from, from[1].start_location);
634 unsigned src_line = SOURCE_LINE (pre_map, LAST_SOURCE_LINE_LOCATION (pre_map));
767 SOURCE_LINE (map, set->highest_line);
867 linemap_assert (SOURCE_LINE (map, r) == to_line);
898 r = linemap_line_start (set, SOURCE_LINE (map, r), to_column + 50);
977 linenum_type line = SOURCE_LINE (map, loc);
1223 return SOURCE_LINE (map, location);
1821 xloc.line = SOURCE_LINE (ord_map, loc);
1915 l = SOURCE_LINE (map, location);
files.cc 1021 linenum_type line = SOURCE_LINE (map, pfile->line_table->highest_line);
1509 SOURCE_LINE (map, pfile->line_table->highest_line),
directives.cc 1162 && SOURCE_LINE (last, pfile->line_table->highest_line) == 2)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-lex.cc 206 line = SOURCE_LINE (new_map - 1, included_at);
272 (*debug_hooks->define) (SOURCE_LINE (linemap_check_ordinary (map), loc),
284 (*debug_hooks->undef) (SOURCE_LINE (linemap_check_ordinary (map), loc),
  /src/external/gpl3/gcc/dist/gcc/
tree-diagnostic.cc 203 const int resolved_def_loc_line = SOURCE_LINE (m, l0);
diagnostic.cc 872 s.line = SOURCE_LINE (map, where);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-lex.cc 208 line = SOURCE_LINE (new_map - 1, included_at);
278 (*debug_hooks->define) (SOURCE_LINE (linemap_check_ordinary (map), loc),
290 (*debug_hooks->undef) (SOURCE_LINE (linemap_check_ordinary (map), loc),
  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 1157 SOURCE_LINE (const line_map_ordinary *ord_map, location_t loc)
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 1195 SOURCE_LINE (const line_map_ordinary *ord_map, location_t loc)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
cpp.cc 839 int src_line = SOURCE_LINE (map, src_loc);
  /src/external/gpl3/gcc/dist/gcc/fortran/
cpp.cc 838 int src_line = SOURCE_LINE (map, src_loc);

Completed in 58 milliseconds