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

/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c3860 compare_bound (gfc_expr *a, gfc_expr *b) function
3951 if (compare_bound (start, end) == CMP_GT)
4010 if (compare_bound (ar->start[i], as->lower[i]) == CMP_LT)
4025 if (compare_bound (ar->start[i], as->upper[i]) == CMP_GT)
4048 compare_result comp_start_end = compare_bound (AR_START, AR_END);
4062 if (compare_bound (AR_START, AR_END) == CMP_EQ
4068 if (compare_bound (AR_START, as->lower[i]) == CMP_LT)
4076 if (compare_bound (AR_START, as->upper[i]) == CMP_GT)
4483 && (compare_bound (ref->u.ss.end, ref->u.ss.start) == CMP_EQ
4484 || compare_bound (re
[all...]

Completed in 158 milliseconds