Home
last modified time | relevance | path

Searched refs:r_upper (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.c1428 gfc_expr *r_upper; in check_section_vs_section() local
1527 r_upper = r_end; in check_section_vs_section()
1532 r_upper = r_start; in check_section_vs_section()
1537 r_upper = NULL; in check_section_vs_section()
1543 if (r_upper && l_lower && gfc_dep_compare_expr (r_upper, l_lower) == -1) in check_section_vs_section()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.cc1429 gfc_expr *r_upper; in check_section_vs_section() local
1528 r_upper = r_end; in check_section_vs_section()
1533 r_upper = r_start; in check_section_vs_section()
1538 r_upper = NULL; in check_section_vs_section()
1544 if (r_upper && l_lower && gfc_dep_compare_expr (r_upper, l_lower) == -1) in check_section_vs_section()