Searched refs:old_loc (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dscanner.c693 locus old_loc = gfc_current_locus; local
702 gfc_current_locus = old_loc;
706 gcc_attribute_locus = old_loc;
715 skip_oacc_attribute (locus start, locus old_loc, bool continue_flag) argument
734 openacc_locus = old_loc;
755 skip_omp_attribute (locus start, locus old_loc, bool continue_flag) argument
774 openmp_locus = old_loc;
838 locus old_loc = gfc_current_locus; local
844 if (skip_omp_attribute (start, old_loc, continue_flag))
846 gfc_current_locus = old_loc;
871 locus old_loc = gfc_current_locus; local
896 locus old_loc = gfc_current_locus; local
1196 locus old_loc; local
1544 locus old_loc; local
1619 locus old_loc; local
[all...]
H A Dmatchexp.c44 locus old_loc; local
48 old_loc = gfc_current_locus;
61 gfc_current_locus = old_loc;
83 gfc_current_locus = old_loc;
113 locus old_loc; local
115 old_loc = gfc_current_locus;
119 gfc_current_locus = old_loc;
352 locus where, old_loc; local
364 old_loc = gfc_current_locus;
381 gfc_current_locus = old_loc;
595 locus old_loc; local
[all...]
H A Dopenmp.c39 locus old_loc; local
42 old_loc = gfc_current_locus;
58 gfc_current_locus = old_loc;
201 locus old_loc, cur_loc; local
209 old_loc = gfc_current_locus;
310 gfc_current_locus = old_loc;
319 locus old_loc; local
325 old_loc = gfc_current_locus;
372 gfc_current_locus = old_loc;
485 locus old_loc; local
1416 locus old_loc; local
1648 locus old_loc = gfc_current_locus; local
1938 locus old_loc = gfc_current_locus; local
2038 locus old_loc; local
2134 locus old_loc; local
2461 locus old_loc = gfc_current_locus; local
[all...]
H A Dprimary.c153 locus old_loc; local
178 old_loc = gfc_current_locus;
189 gfc_current_locus = old_loc;
202 locus old_loc; local
206 old_loc = gfc_current_locus;
210 gfc_current_locus = old_loc;
258 locus old_loc; local
264 old_loc = gfc_current_locus;
282 "one character", &old_loc);
288 "should be default", &old_loc);
348 locus old_loc, start_loc; local
487 locus old_loc, temp_loc; local
754 locus old_loc; local
901 locus old_loc; local
1283 locus old_loc; local
1687 locus old_loc; local
2722 locus where, old_loc; local
[all...]
H A Ddecl.c356 locus old_loc; local
372 old_loc = gfc_current_locus;
389 gfc_current_locus = old_loc;
415 gfc_current_locus = old_loc;
1768 locus old_loc; local
1774 old_loc = gfc_current_locus;
1782 gfc_current_locus = old_loc;
4951 locus old_loc, entry_loc; local
4955 old_loc = entry_loc = gfc_current_locus;
4965 old_loc
5406 locus old_loc; local
5608 locus old_loc; local
6198 locus old_loc; local
[all...]
H A Dmatch.c133 locus old_loc, where; local
138 old_loc = gfc_current_locus;
173 gfc_current_locus = old_loc;
270 locus old_loc; local
276 old_loc = gfc_current_locus;
281 gfc_current_locus = old_loc;
298 locus old_loc; local
306 old_loc = gfc_current_locus;
332 gfc_current_locus = old_loc;
345 locus old_loc; local
460 locus old_loc; local
537 locus old_loc; local
996 locus old_loc; local
1209 locus old_loc; local
1251 locus old_loc; local
1348 locus old_loc, old_loc2; local
2263 locus old_loc; local
[all...]
H A Darray.c952 locus old_loc; local
957 old_loc = gfc_current_locus;
1012 e = gfc_get_array_expr (BT_UNKNOWN, 0, &old_loc);
1028 gfc_current_locus = old_loc;
H A Dtrans-decl.c1816 locus old_loc; local
1818 gfc_save_backend_locus (&old_loc);
1824 gfc_restore_backend_locus (&old_loc);
2521 locus old_loc; local
2526 gfc_save_backend_locus (&old_loc);
2692 gfc_restore_backend_locus (&old_loc);
H A Dtrans-openmp.c1370 locus old_loc = gfc_current_locus; local
1630 gfc_current_locus = old_loc;
/haiku-buildtools/gcc/gcc/
H A Dira.c3876 rtx old_loc = INSN_VAR_LOCATION_LOC (insn);
3878 = simplify_replace_fn_rtx (old_loc, NULL_RTX,
3881 if (old_loc != INSN_VAR_LOCATION_LOC (insn))
3855 rtx old_loc = INSN_VAR_LOCATION_LOC (insn); local
H A Dvar-tracking.c4737 rtx old_loc = loc->loc; local
4738 if (GET_CODE (old_loc) == VALUE)
4763 if (old_loc != loc->loc && emit_notes)
4765 if (old_loc == var->var_part[0].cur_loc)
4777 if (old_loc == var->var_part[0].cur_loc)

Completed in 373 milliseconds