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

1 2

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pch.cc 319 expanded_location saved_loc; local
336 saved_loc = expand_location (line_table->highest_line);
351 linemap_add (line_table, LC_ENTER, 0, saved_loc.file,
352 saved_loc.line > 1 ? saved_loc.line - 1 : saved_loc.line);
359 linemap_line_start (line_table, saved_loc.line, 0);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pch.cc 319 expanded_location saved_loc; local
335 saved_loc = expand_location (line_table->highest_line);
346 linemap_add (line_table, LC_ENTER, 0, saved_loc.file, saved_loc.line);
  /src/external/gpl3/gcc/dist/gcc/cp/
lex.cc 343 location_t saved_loc;
358 saved_loc = input_location;
376 input_location = saved_loc;
382 input_location = saved_loc;
except.cc 1136 location_t saved_loc = input_location;
1142 input_location = saved_loc;
1135 location_t saved_loc = input_location; local
rtti.cc 1653 location_t saved_loc = input_location;
1682 input_location = saved_loc;
mangle.cc 4647 location_t saved_loc = input_location; local
4704 input_location = saved_loc;
cp-tree.h 2019 location_t saved_loc;
2021 iloc_sentinel (location_t loc): saved_loc (input_location)
2028 input_location = saved_loc;
2014 location_t saved_loc; member in class:iloc_sentinel
pt.cc 15200 location_t saved_loc;
15209 saved_loc = input_location;
15787 input_location = saved_loc;
27284 location_t saved_loc = input_location;
27486 input_location = saved_loc;
27520 input_location = saved_loc;
27533 location_t saved_loc = input_location;
27623 input_location = saved_loc;
15199 location_t saved_loc; local
27282 location_t saved_loc = input_location; local
27531 location_t saved_loc = input_location; local
class.cc 8044 location_t saved_loc = input_location;
8152 input_location = saved_loc;
8040 location_t saved_loc = input_location; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
lex.cc 302 location_t saved_loc;
317 saved_loc = input_location;
334 input_location = saved_loc;
340 input_location = saved_loc;
except.cc 1145 location_t saved_loc = input_location;
1151 input_location = saved_loc;
1144 location_t saved_loc = input_location; local
rtti.cc 1623 location_t saved_loc = input_location;
1650 input_location = saved_loc;
mangle.cc 4293 location_t saved_loc = input_location; local
4327 input_location = saved_loc;
cp-tree.h 1962 location_t saved_loc;
1964 iloc_sentinel (location_t loc): saved_loc (input_location)
1971 input_location = saved_loc;
1957 location_t saved_loc; member in class:iloc_sentinel
pt.cc 14741 location_t saved_loc;
14747 saved_loc = input_location;
15278 input_location = saved_loc;
26680 location_t saved_loc = input_location;
26885 input_location = saved_loc;
26920 input_location = saved_loc;
26935 location_t saved_loc = input_location;
27025 input_location = saved_loc;
  /src/external/gpl3/gcc/dist/gcc/
cgraphunit.cc 633 location_t saved_loc = input_location; local
707 input_location = saved_loc;
1170 location_t saved_loc = input_location; local
1425 input_location = saved_loc;
1800 location_t saved_loc; local
1825 saved_loc = input_location;
1891 input_location = saved_loc;
cgraphclones.cc 1059 location_t saved_loc = input_location; local
1073 input_location = saved_loc;
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphunit.cc 622 location_t saved_loc = input_location; local
696 input_location = saved_loc;
1161 location_t saved_loc = input_location; local
1416 input_location = saved_loc;
1791 location_t saved_loc; local
1816 saved_loc = input_location;
1882 input_location = saved_loc;
cgraphclones.cc 1046 location_t saved_loc = input_location; local
1050 input_location = saved_loc;
  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 1030 location_t saved_loc = lhs->src_loc; local
1042 lhs->src_loc = saved_loc;
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 1021 location_t saved_loc = lhs->src_loc; local
1033 lhs->src_loc = saved_loc;
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 1464 locus saved_loc; local
1478 gfc_save_backend_locus (&saved_loc);
1485 gfc_restore_backend_locus (&saved_loc);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 1460 locus saved_loc; local
1474 gfc_save_backend_locus (&saved_loc);
1481 gfc_restore_backend_locus (&saved_loc);
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 10394 location_t saved_loc = input_location;
10417 input_location = saved_loc;
10427 location_t saved_loc = input_location;
10447 input_location = saved_loc;
10363 location_t saved_loc = input_location; local
10396 location_t saved_loc = input_location; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 9465 location_t saved_loc = input_location;
9487 input_location = saved_loc;
9497 location_t saved_loc = input_location;
9517 input_location = saved_loc;
9434 location_t saved_loc = input_location; local
9466 location_t saved_loc = input_location; local

Completed in 217 milliseconds

1 2