/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | scanner.c | 695 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 D | matchexp.c | 44 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 D | primary.c | 151 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 D | openmp.c | 37 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 D | match.c | 253 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 D | decl.c | 378 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 D | array.c | 1058 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 D | trans-decl.c | 2132 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 D | io.c | 3546 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 D | parse.c | 5704 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 D | scanner.cc | 743 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 D | matchexp.cc | 44 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 D | primary.cc | 151 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 D | match.cc | 253 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 D | openmp.cc | 39 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 D | decl.cc | 378 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 D | array.cc | 1070 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 D | io.cc | 3546 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 D | trans-decl.cc | 2172 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 D | parse.cc | 6046 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 D | execute.c | 132 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 D | ira.cc | 4033 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 D | var-tracking.cc | 4768 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 D | ira.c | 3904 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 D | var-tracking.c | 4761 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()
|