HomeSort by: relevance | last modified time | path
    Searched defs:saved_loc (Results 1 - 25 of 27) 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/
cgraphclones.cc 1059 location_t saved_loc = input_location; local
1073 input_location = saved_loc;
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;
expr.cc 11101 location_t saved_loc = curr_insn_location ();
11140 set_curr_insn_location (saved_loc);
11081 location_t saved_loc = curr_insn_location (); local
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphclones.cc 1046 location_t saved_loc = input_location; local
1050 input_location = saved_loc;
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;
expr.cc 10502 location_t saved_loc = curr_insn_location ();
10540 set_curr_insn_location (saved_loc);
10482 location_t saved_loc = curr_insn_location (); local
  /src/external/gpl3/gcc/dist/gcc/cp/
except.cc 1136 location_t saved_loc = input_location;
1142 input_location = saved_loc;
1135 location_t saved_loc = input_location; local
mangle.cc 4647 location_t saved_loc = input_location; local
4704 input_location = saved_loc;
class.cc 8044 location_t saved_loc = input_location;
8152 input_location = saved_loc;
8040 location_t saved_loc = input_location; local
decl.cc 17637 location_t saved_loc = input_location;
17660 input_location = saved_loc;
17618 location_t saved_loc = input_location; local
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
  /src/external/gpl3/gcc.old/dist/gcc/cp/
except.cc 1145 location_t saved_loc = input_location;
1151 input_location = saved_loc;
1144 location_t saved_loc = input_location; local
mangle.cc 4293 location_t saved_loc = input_location; local
4327 input_location = saved_loc;
class.cc 7712 location_t saved_loc = input_location;
7820 input_location = saved_loc;
7708 location_t saved_loc = input_location; local
decl.cc 16889 location_t saved_loc = input_location;
16912 input_location = saved_loc;
16870 location_t saved_loc = input_location; local
  /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
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 4220 expressionS saved_loc;
4223 set_expr_symbol_offset (&saved_loc, frag_now->fr_symbol, frag_now_fix ());
4212 expressionS saved_loc; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 4220 expressionS saved_loc;
4223 set_expr_symbol_offset (&saved_loc, frag_now->fr_symbol, frag_now_fix ());
4212 expressionS saved_loc; local

Completed in 171 milliseconds

1 2