HomeSort by: relevance | last modified time | path
    Searched refs:expanded_location (Results 1 - 25 of 101) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/gcc/
selftest-diagnostic.h 42 start_span_cb (diagnostic_context *context, expanded_location exploc);
selftest-diagnostic.cc 57 expanded_location exploc)
input.h 67 extern expanded_location expand_location (location_t);
73 expanded_location exploc,
168 extern expanded_location
gcc-rich-location.cc 81 expanded_location exploc = expand_location (loc);
120 expanded_location exploc_insertion_point = expand_location (insertion_point);
diagnostic.h 177 expanded_location);
507 int converted_column (expanded_location s) const;
556 label_text get_location_text (const expanded_location &s) const;
1002 expanded_location);
1044 inline expanded_location
1061 expanded_location s1, expanded_location s2)
diagnostic-format-sarif.cc 232 int get_sarif_column (expanded_location exploc) const;
934 sarif_builder::get_sarif_column (expanded_location exploc) const
962 expanded_location exploc_caret = expand_location (caret_loc);
963 expanded_location exploc_start = expand_location (start_loc);
964 expanded_location exploc_finish = expand_location (finish_loc);
1036 expanded_location exploc_caret = expand_location (caret_loc);
1037 expanded_location exploc_start = expand_location (start_loc);
1038 expanded_location exploc_finish = expand_location (finish_loc);
1080 expanded_location exploc_start = expand_location (start_loc);
1081 expanded_location exploc_next = expand_location (next_loc)
    [all...]
input.cc 217 static expanded_location
223 expanded_location xloc;
304 expanded_location xloc = expand_location (l);
961 expanded_location expstart =
963 expanded_location expend =
1077 expanded_location
1090 expanded_location
1107 expanded_location
1183 /* An expanded_location stores the column in byte units. This function
1189 expanded_location exploc
    [all...]
diagnostic-show-locus.cc 175 class exploc_with_display_col : public expanded_location
179 const expanded_location &exploc,
182 : expanded_location (exploc),
191 expanded_location prev_exploc (exploc);
387 expanded_location get_expanded_location (const line_span *) const;
558 Initialize various layout_point fields from expanded_location
715 const expanded_location start_exploc
717 const expanded_location finish_exploc
1270 expanded_location start
1273 expanded_location finis
    [all...]
coverage.cc 539 expanded_location xloc
566 expanded_location xloc
633 expanded_location startloc
658 expanded_location endloc = expand_location (cfun->function_end_locus);
  /src/external/gpl3/gcc.old/dist/gcc/
selftest-diagnostic.h 42 start_span_cb (diagnostic_context *context, expanded_location exploc);
selftest-diagnostic.cc 57 expanded_location exploc)
diagnostic.h 154 expanded_location);
515 expanded_location);
547 static inline expanded_location
564 expanded_location s1, expanded_location s2)
572 expanded_location s);
input.h 62 extern expanded_location expand_location (location_t);
67 location_compute_display_column (expanded_location exploc,
159 extern expanded_location
gcc-rich-location.cc 80 expanded_location exploc = expand_location (loc);
118 expanded_location exploc_insertion_point = expand_location (insertion_point);
diagnostic.cc 390 /* Given an expanded_location, convert the column (which is in 1-based bytes)
397 expanded_location s)
418 /* Given an expanded_location, convert the column (which is in 1-based bytes)
422 diagnostic_converted_column (diagnostic_context *context, expanded_location s)
458 expanded_location s)
505 expanded_location s = diagnostic_expand_location (diagnostic);
767 expanded_location s = {};
853 expanded_location exploc)
1029 expanded_location start_exploc = expand_location (start_loc);
1034 expanded_location next_exploc = expand_location (next_loc)
    [all...]
diagnostic-show-locus.cc 175 class exploc_with_display_col : public expanded_location
178 exploc_with_display_col (const expanded_location &exploc,
181 : expanded_location (exploc),
190 expanded_location prev_exploc (exploc);
385 expanded_location get_expanded_location (const line_span *) const;
555 Initialize various layout_point fields from expanded_location
711 const expanded_location start_exploc
713 const expanded_location finish_exploc
1259 expanded_location start
1262 expanded_location finis
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-indentation.cc 49 expanded_location exploc,
306 expanded_location body_exploc = expand_location (body_loc);
307 expanded_location next_stmt_exploc = expand_location (next_stmt_loc);
308 expanded_location guard_exploc = expand_location (guard_loc);
705 expanded_location exploc;
747 expanded_location exploc;
c-pch.cc 319 expanded_location saved_loc;
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-indentation.cc 48 get_visual_column (expanded_location exploc,
303 expanded_location body_exploc = expand_location (body_loc);
304 expanded_location next_stmt_exploc = expand_location (next_stmt_loc);
305 expanded_location guard_exploc = expand_location (guard_loc);
694 expanded_location exploc;
732 expanded_location exploc;
c-pch.cc 319 expanded_location saved_loc;
  /src/external/gpl3/gcc/dist/libcpp/include/
rich-location.h 408 expanded_location get_expanded_location (unsigned int idx) const;
537 mutable expanded_location m_expanded_location;
line-map.h 1276 } expanded_location; typedef in typeref:struct:__anon14192
1374 expanded_location linemap_expand_location (const line_maps *,
1438 extern expanded_location
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 1313 } expanded_location; typedef in typeref:struct:__anon16606
1698 expanded_location get_expanded_location (unsigned int idx);
1823 expanded_location m_expanded_location;
2049 expanded_location linemap_expand_location (class line_maps *,
2113 extern expanded_location
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
error.cc 1143 expanded_location s)
1162 expanded_location s, expanded_location s2)
1203 expanded_location s1 = diagnostic_expand_location (diagnostic);
1204 expanded_location s2;
1261 expanded_location exploc)
  /src/external/gpl3/gcc/dist/gcc/fortran/
error.cc 1213 expanded_location s)
1232 expanded_location s, expanded_location s2)
1273 expanded_location s1 = diagnostic_expand_location (diagnostic);
1274 expanded_location s2;
1331 expanded_location exploc)

Completed in 49 milliseconds

1 2 3 4 5