Lines Matching refs:r_start
1424 gfc_expr *r_start; in check_section_vs_section() local
1443 r_start = r_ar->start[n]; in check_section_vs_section()
1455 if (r_start == NULL && IS_ARRAY_EXPLICIT (r_ar->as)) in check_section_vs_section()
1456 r_start = r_ar->as->lower[n]; in check_section_vs_section()
1478 else if (r_start && r_end) in check_section_vs_section()
1479 r_dir = gfc_dep_compare_expr (r_end, r_start); in check_section_vs_section()
1499 if (l_start && r_start) in check_section_vs_section()
1500 start_comparison = gfc_dep_compare_expr (l_start, r_start); in check_section_vs_section()
1526 r_lower = r_start; in check_section_vs_section()
1532 r_upper = r_start; in check_section_vs_section()
1547 if (l_start && r_start && gfc_dep_compare_expr (l_start, r_start) == 0) in check_section_vs_section()
1576 && gfc_dep_difference (l_start, r_start, &tmp)) in check_section_vs_section()
1866 gfc_expr *r_start; in gfc_check_element_vs_element() local
1872 r_start = r_ar.start[n] ; in gfc_check_element_vs_element()
1873 i = gfc_dep_compare_expr (r_start, l_start); in gfc_check_element_vs_element()
1886 if (contains_forall_index_p (r_start) || contains_forall_index_p (l_start)) in gfc_check_element_vs_element()