Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.c1421 gfc_expr *l_upper; in check_section_vs_section() local
1510 l_upper = l_end; in check_section_vs_section()
1515 l_upper = l_start; in check_section_vs_section()
1520 l_upper = NULL; in check_section_vs_section()
1541 if (l_upper && r_lower && gfc_dep_compare_expr (l_upper, r_lower) == -1) in check_section_vs_section()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.cc1422 gfc_expr *l_upper; in check_section_vs_section() local
1511 l_upper = l_end; in check_section_vs_section()
1516 l_upper = l_start; in check_section_vs_section()
1521 l_upper = NULL; in check_section_vs_section()
1542 if (l_upper && r_lower && gfc_dep_compare_expr (l_upper, r_lower) == -1) in check_section_vs_section()