Searched refs:compare_bounds (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Darray.c847 compare_bounds (gfc_expr *bound1, gfc_expr *bound2) function
892 if (compare_bounds (as1->lower[i], as2->lower[i]) == 0)
895 if (compare_bounds (as1->upper[i], as2->upper[i]) == 0)

Completed in 88 milliseconds