Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.c1432 int start_comparison; in check_section_vs_section() local
1500 start_comparison = gfc_dep_compare_expr (l_start, r_start); in check_section_vs_section()
1502 start_comparison = -2; in check_section_vs_section()
1599 (start_comparison == 0 || start_comparison == -1) in check_section_vs_section()
1606 (start_comparison == 0 || start_comparison == 1) in check_section_vs_section()
1645 if (l_dir == 1 && r_dir == 1 && start_comparison == 1) in check_section_vs_section()
1649 if (l_dir == -1 && r_dir == -1 && start_comparison == -1) in check_section_vs_section()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.cc1433 int start_comparison; in check_section_vs_section() local
1501 start_comparison = gfc_dep_compare_expr (l_start, r_start); in check_section_vs_section()
1503 start_comparison = -2; in check_section_vs_section()
1600 (start_comparison == 0 || start_comparison == -1) in check_section_vs_section()
1607 (start_comparison == 0 || start_comparison == 1) in check_section_vs_section()
1646 if (l_dir == 1 && r_dir == 1 && start_comparison == 1) in check_section_vs_section()
1650 if (l_dir == -1 && r_dir == -1 && start_comparison == -1) in check_section_vs_section()