Home
last modified time | relevance | path

Searched refs:old_loc (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dscanner.c695 locus old_loc = gfc_current_locus; in skip_gcc_attribute() local
704 gfc_current_locus = old_loc; in skip_gcc_attribute()
708 gcc_attribute_locus = old_loc; in skip_gcc_attribute()
717 skip_free_oacc_sentinel (locus start, locus old_loc) in skip_free_oacc_sentinel() argument
736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
757 skip_free_omp_sentinel (locus start, locus old_loc) in skip_free_omp_sentinel() argument
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
840 locus old_loc = gfc_current_locus; in skip_free_comments() local
846 if (skip_free_omp_sentinel (start, old_loc)) in skip_free_comments()
848 gfc_current_locus = old_loc; in skip_free_comments()
[all …]
H A Dmatchexp.c44 locus old_loc; in gfc_match_defined_op_name() local
48 old_loc = gfc_current_locus; in gfc_match_defined_op_name()
61 gfc_current_locus = old_loc; in gfc_match_defined_op_name()
83 gfc_current_locus = old_loc; in gfc_match_defined_op_name()
113 locus old_loc; in next_operator() local
115 old_loc = gfc_current_locus; in next_operator()
119 gfc_current_locus = old_loc; in next_operator()
352 locus where, old_loc; in match_add_operand() local
364 old_loc = gfc_current_locus; in match_add_operand()
381 gfc_current_locus = old_loc; in match_add_operand()
[all …]
H A Dprimary.c151 locus old_loc; in match_digits() local
176 old_loc = gfc_current_locus; in match_digits()
187 gfc_current_locus = old_loc; in match_digits()
249 locus old_loc; in match_integer_constant() local
253 old_loc = gfc_current_locus; in match_integer_constant()
257 gfc_current_locus = old_loc; in match_integer_constant()
305 locus old_loc; in match_hollerith_constant() local
310 old_loc = gfc_current_locus; in match_hollerith_constant()
324 "one character", &old_loc); in match_hollerith_constant()
330 "should be default", &old_loc); in match_hollerith_constant()
[all …]
H A Dopenmp.c37 locus old_loc; in gfc_match_omp_eos() local
40 old_loc = gfc_current_locus; in gfc_match_omp_eos()
56 gfc_current_locus = old_loc; in gfc_match_omp_eos()
240 locus old_loc, cur_loc; variable
248 old_loc = gfc_current_locus;
358 gfc_current_locus = old_loc;
369 locus old_loc, cur_loc; in gfc_match_omp_to_link() local
377 old_loc = gfc_current_locus; in gfc_match_omp_to_link()
448 gfc_current_locus = old_loc; in gfc_match_omp_to_link()
458 locus old_loc, cur_loc; in gfc_match_omp_depend_sink() local
[all …]
H A Dmatch.c253 locus old_loc, where; in gfc_match_parens() local
258 old_loc = gfc_current_locus; in gfc_match_parens()
294 gfc_current_locus = old_loc; in gfc_match_parens()
387 locus old_loc; in gfc_match_space() local
393 old_loc = gfc_current_locus; in gfc_match_space()
398 gfc_current_locus = old_loc; in gfc_match_space()
415 locus old_loc; in gfc_match_eos() local
423 old_loc = gfc_current_locus; in gfc_match_eos()
449 gfc_current_locus = old_loc; in gfc_match_eos()
462 locus old_loc; in gfc_match_small_literal_int() local
[all …]
H A Ddecl.c378 locus old_loc; in match_data_constant() local
394 old_loc = gfc_current_locus; in match_data_constant()
432 gfc_current_locus = old_loc; in match_data_constant()
459 gfc_current_locus = old_loc; in match_data_constant()
2369 locus old_loc; in gfc_match_null() local
2375 old_loc = gfc_current_locus; in gfc_match_null()
2383 gfc_current_locus = old_loc; in gfc_match_null()
3594 locus old_loc; in match_record_decl() local
3595 old_loc = gfc_current_locus; in match_record_decl()
3603 gfc_current_locus = old_loc; in match_record_decl()
[all …]
H A Darray.c1058 locus old_loc; in match_array_list() local
1063 old_loc = gfc_current_locus; in match_array_list()
1118 e = gfc_get_array_expr (BT_UNKNOWN, 0, &old_loc); in match_array_list()
1134 gfc_current_locus = old_loc; in match_array_list()
H A Dtrans-decl.c2132 locus old_loc; in gfc_get_extern_function_decl() local
2134 gfc_save_backend_locus (&old_loc); in gfc_get_extern_function_decl()
2140 gfc_restore_backend_locus (&old_loc); in gfc_get_extern_function_decl()
2885 locus old_loc; in build_entry_thunks() local
2890 gfc_save_backend_locus (&old_loc); in build_entry_thunks()
3057 gfc_restore_backend_locus (&old_loc); in build_entry_thunks()
H A Dio.c3546 locus old_loc; in match_io_iterator() local
3552 old_loc = gfc_current_locus; in match_io_iterator()
3620 gfc_current_locus = old_loc; in match_io_iterator()
H A Dparse.c5704 locus old_loc; in parse_contained() local
5721 old_loc = gfc_current_locus; in parse_contained()
5827 "FUNCTION or SUBROUTINE statement at %L", &old_loc); in parse_contained()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dscanner.cc743 locus old_loc = gfc_current_locus; in skip_gcc_attribute() local
752 gfc_current_locus = old_loc; in skip_gcc_attribute()
756 gcc_attribute_locus = old_loc; in skip_gcc_attribute()
765 skip_free_oacc_sentinel (locus start, locus old_loc) in skip_free_oacc_sentinel() argument
784 openacc_locus = old_loc; in skip_free_oacc_sentinel()
805 skip_free_omp_sentinel (locus start, locus old_loc) in skip_free_omp_sentinel() argument
824 openmp_locus = old_loc; in skip_free_omp_sentinel()
888 locus old_loc = gfc_current_locus; in skip_free_comments() local
894 if (skip_free_omp_sentinel (start, old_loc)) in skip_free_comments()
896 gfc_current_locus = old_loc; in skip_free_comments()
[all …]
H A Dmatchexp.cc44 locus old_loc; in gfc_match_defined_op_name() local
48 old_loc = gfc_current_locus; in gfc_match_defined_op_name()
61 gfc_current_locus = old_loc; in gfc_match_defined_op_name()
83 gfc_current_locus = old_loc; in gfc_match_defined_op_name()
113 locus old_loc; in next_operator() local
115 old_loc = gfc_current_locus; in next_operator()
119 gfc_current_locus = old_loc; in next_operator()
352 locus where, old_loc; in match_add_operand() local
364 old_loc = gfc_current_locus; in match_add_operand()
381 gfc_current_locus = old_loc; in match_add_operand()
[all …]
H A Dprimary.cc151 locus old_loc; in match_digits() local
176 old_loc = gfc_current_locus; in match_digits()
187 gfc_current_locus = old_loc; in match_digits()
249 locus old_loc; in match_integer_constant() local
253 old_loc = gfc_current_locus; in match_integer_constant()
257 gfc_current_locus = old_loc; in match_integer_constant()
305 locus old_loc; in match_hollerith_constant() local
310 old_loc = gfc_current_locus; in match_hollerith_constant()
324 "one character", &old_loc); in match_hollerith_constant()
330 "should be default", &old_loc); in match_hollerith_constant()
[all …]
H A Dmatch.cc253 locus old_loc, where; in gfc_match_parens() local
258 old_loc = gfc_current_locus; in gfc_match_parens()
294 gfc_current_locus = old_loc; in gfc_match_parens()
387 locus old_loc; in gfc_match_space() local
393 old_loc = gfc_current_locus; in gfc_match_space()
398 gfc_current_locus = old_loc; in gfc_match_space()
415 locus old_loc; in gfc_match_eos() local
423 old_loc = gfc_current_locus; in gfc_match_eos()
449 gfc_current_locus = old_loc; in gfc_match_eos()
462 locus old_loc; in gfc_match_small_literal_int() local
[all …]
H A Dopenmp.cc39 locus old_loc; in gfc_match_omp_eos() local
42 old_loc = gfc_current_locus; in gfc_match_omp_eos()
58 gfc_current_locus = old_loc; in gfc_match_omp_eos()
309 locus old_loc, cur_loc; in gfc_match_omp_variable_list() local
317 old_loc = gfc_current_locus; in gfc_match_omp_variable_list()
427 gfc_current_locus = old_loc; in gfc_match_omp_variable_list()
438 locus old_loc, cur_loc; in gfc_match_omp_to_link() local
446 old_loc = gfc_current_locus; in gfc_match_omp_to_link()
517 gfc_current_locus = old_loc; in gfc_match_omp_to_link()
526 locus old_loc = gfc_current_locus; in gfc_match_omp_detach() local
[all …]
H A Ddecl.cc378 locus old_loc; in match_data_constant() local
394 old_loc = gfc_current_locus; in match_data_constant()
432 gfc_current_locus = old_loc; in match_data_constant()
459 gfc_current_locus = old_loc; in match_data_constant()
2459 locus old_loc; in gfc_match_null() local
2465 old_loc = gfc_current_locus; in gfc_match_null()
2473 gfc_current_locus = old_loc; in gfc_match_null()
3692 locus old_loc; in match_record_decl() local
3693 old_loc = gfc_current_locus; in match_record_decl()
3701 gfc_current_locus = old_loc; in match_record_decl()
[all …]
H A Darray.cc1070 locus old_loc; in match_array_list() local
1075 old_loc = gfc_current_locus; in match_array_list()
1130 e = gfc_get_array_expr (BT_UNKNOWN, 0, &old_loc); in match_array_list()
1146 gfc_current_locus = old_loc; in match_array_list()
H A Dio.cc3546 locus old_loc; in match_io_iterator() local
3552 old_loc = gfc_current_locus; in match_io_iterator()
3620 gfc_current_locus = old_loc; in match_io_iterator()
H A Dtrans-decl.cc2172 locus old_loc; in gfc_get_extern_function_decl() local
2174 gfc_save_backend_locus (&old_loc); in gfc_get_extern_function_decl()
2180 gfc_restore_backend_locus (&old_loc); in gfc_get_extern_function_decl()
2919 locus old_loc; in build_entry_thunks() local
2924 gfc_save_backend_locus (&old_loc); in build_entry_thunks()
3091 gfc_restore_backend_locus (&old_loc); in build_entry_thunks()
H A Dparse.cc6046 locus old_loc; in parse_contained() local
6063 old_loc = gfc_current_locus; in parse_contained()
6169 "FUNCTION or SUBROUTINE statement at %L", &old_loc); in parse_contained()
/netbsd-src/games/monop/
H A Dexecute.c132 int old_loc; in move() local
134 old_loc = cur_p->loc; in move()
136 if (cur_p->loc < old_loc && rl > 0) { in move()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira.cc4033 rtx old_loc = INSN_VAR_LOCATION_LOC (insn); in combine_and_move_insns() local
4035 = simplify_replace_fn_rtx (old_loc, NULL_RTX, in combine_and_move_insns()
4038 if (old_loc != INSN_VAR_LOCATION_LOC (insn)) in combine_and_move_insns()
H A Dvar-tracking.cc4768 rtx old_loc = loc->loc; in dataflow_set_preserve_mem_locs() local
4769 if (GET_CODE (old_loc) == VALUE) in dataflow_set_preserve_mem_locs()
4794 if (old_loc != loc->loc && emit_notes) in dataflow_set_preserve_mem_locs()
4796 if (old_loc == var->var_part[0].cur_loc) in dataflow_set_preserve_mem_locs()
4808 if (old_loc == var->var_part[0].cur_loc) in dataflow_set_preserve_mem_locs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira.c3904 rtx old_loc = INSN_VAR_LOCATION_LOC (insn); in combine_and_move_insns() local
3906 = simplify_replace_fn_rtx (old_loc, NULL_RTX, in combine_and_move_insns()
3909 if (old_loc != INSN_VAR_LOCATION_LOC (insn)) in combine_and_move_insns()
H A Dvar-tracking.c4761 rtx old_loc = loc->loc; in dataflow_set_preserve_mem_locs() local
4762 if (GET_CODE (old_loc) == VALUE) in dataflow_set_preserve_mem_locs()
4787 if (old_loc != loc->loc && emit_notes) in dataflow_set_preserve_mem_locs()
4789 if (old_loc == var->var_part[0].cur_loc) in dataflow_set_preserve_mem_locs()
4801 if (old_loc == var->var_part[0].cur_loc) in dataflow_set_preserve_mem_locs()

12