Searched refs:expanded_location (Results 1 - 25 of 96) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dselftest-diagnostic.h42 start_span_cb (diagnostic_context *context, expanded_location exploc);
H A Dselftest-diagnostic.c57 expanded_location exploc)
H A Ddiagnostic.h93 expanded_location);
405 expanded_location);
437 static inline expanded_location
454 expanded_location s1, expanded_location s2)
H A Dinput.h40 extern expanded_location expand_location (location_t);
41 extern int location_compute_display_column (expanded_location);
89 extern expanded_location
H A Dgcc-rich-location.c80 expanded_location exploc = expand_location (loc);
118 expanded_location exploc_insertion_point = expand_location (insertion_point);
H A Ddiagnostic-show-locus.c175 class exploc_with_display_col : public expanded_location
178 exploc_with_display_col (const expanded_location &exploc)
179 : expanded_location (exploc),
192 layout_point (const expanded_location &exploc)
208 layout_range (const expanded_location *start_exploc,
209 const expanded_location *finish_exploc,
211 const expanded_location *caret_exploc,
347 expanded_location get_expanded_location (const line_span *) const;
513 Initialize various layout_point fields from expanded_location
516 layout_range::layout_range (const expanded_location *start_explo
[all...]
H A Dcoverage.c537 expanded_location xloc
564 expanded_location xloc
628 expanded_location startloc
653 expanded_location endloc = expand_location (cfun->function_end_locus);
H A Ddiagnostic-format-json.cc48 expanded_location exploc = expand_location (loc);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dselftest-diagnostic.h42 start_span_cb (diagnostic_context *context, expanded_location exploc);
H A Dselftest-diagnostic.cc57 expanded_location exploc)
H A Ddiagnostic.h154 expanded_location);
515 expanded_location);
547 static inline expanded_location
564 expanded_location s1, expanded_location s2)
572 expanded_location s);
H A Dinput.h62 extern expanded_location expand_location (location_t);
67 location_compute_display_column (expanded_location exploc,
159 extern expanded_location
H A Dgcc-rich-location.cc80 expanded_location exploc = expand_location (loc);
118 expanded_location exploc_insertion_point = expand_location (insertion_point);
H A Ddiagnostic.cc390 /* 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_explo
[all...]
H A Ddiagnostic-show-locus.cc175 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...]
H A Dcoverage.cc539 expanded_location xloc
566 expanded_location xloc
633 expanded_location startloc
658 expanded_location endloc = expand_location (cfun->function_end_locus);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-indentation.c49 get_visual_column (expanded_location exploc, location_t loc,
293 expanded_location body_exploc = expand_location (body_loc);
294 expanded_location next_stmt_exploc = expand_location (next_stmt_loc);
295 expanded_location guard_exploc = expand_location (guard_loc);
657 expanded_location exploc;
695 expanded_location exploc;
H A Dc-pch.c337 expanded_location saved_loc;
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-indentation.cc48 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;
H A Dc-pch.cc319 expanded_location saved_loc;
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h1260 } expanded_location; typedef in typeref:struct:__anon1135
1639 expanded_location get_expanded_location (unsigned int idx);
1748 expanded_location m_expanded_location;
1977 expanded_location linemap_expand_location (class line_maps *,
2041 extern expanded_location
/netbsd-current/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h1313 } expanded_location; typedef in typeref:struct:__anon1397
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
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Derror.c1042 expanded_location s)
1061 expanded_location s, expanded_location s2)
1102 expanded_location s1 = diagnostic_expand_location (diagnostic);
1103 expanded_location s2;
1160 expanded_location exploc)
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Derror.cc1143 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)
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c1706 expanded_location
1712 expanded_location xloc;
2049 /* Get an expanded_location for this rich_location's primary
2052 expanded_location
2330 expanded_location exploc_start
2333 expanded_location exploc_next_loc
2416 expanded_location exploc_start
2423 expanded_location exploc_next_loc

Completed in 223 milliseconds

1234