Lines Matching refs:old_loc
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()
854 if (skip_free_oacc_sentinel (start, old_loc)) in skip_free_comments()
856 gfc_current_locus = old_loc; in skip_free_comments()
862 gfc_current_locus = old_loc; in skip_free_comments()
868 gfc_current_locus = old_loc; in skip_free_comments()
873 locus old_loc = gfc_current_locus; in skip_free_comments() local
879 if (skip_free_omp_sentinel (start, old_loc)) in skip_free_comments()
881 gfc_current_locus = old_loc; in skip_free_comments()
887 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
898 locus old_loc = gfc_current_locus; in skip_free_comments() local
904 if (skip_free_oacc_sentinel (start, old_loc)) in skip_free_comments()
906 gfc_current_locus = old_loc; in skip_free_comments()
912 gfc_current_locus = old_loc; in skip_free_comments()
918 gfc_current_locus = old_loc; in skip_free_comments()
1218 locus old_loc; in gfc_next_char_literal() local
1286 old_loc = gfc_current_locus; in gfc_next_char_literal()
1299 gfc_current_locus = old_loc; in gfc_next_char_literal()
1306 gfc_current_locus = old_loc; in gfc_next_char_literal()
1356 gfc_current_locus = old_loc; in gfc_next_char_literal()
1365 gfc_current_locus = old_loc; in gfc_next_char_literal()
1376 old_loc = gfc_current_locus; in gfc_next_char_literal()
1388 old_loc = gfc_current_locus; in gfc_next_char_literal()
1399 old_loc = gfc_current_locus; in gfc_next_char_literal()
1417 old_loc = gfc_current_locus; in gfc_next_char_literal()
1448 gfc_current_locus = old_loc; in gfc_next_char_literal()
1495 old_loc = gfc_current_locus; in gfc_next_char_literal()
1581 gfc_current_locus = old_loc; in gfc_next_char_literal()
1624 locus old_loc; in gfc_peek_char() local
1627 old_loc = gfc_current_locus; in gfc_peek_char()
1629 gfc_current_locus = old_loc; in gfc_peek_char()
1699 locus old_loc; in gfc_gobble_whitespace() local
1704 old_loc = gfc_current_locus; in gfc_gobble_whitespace()
1729 gfc_current_locus = old_loc; in gfc_gobble_whitespace()