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

/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c3887 compare_bound_int (gfc_expr *a, int b) function
3895 gfc_internal_error ("compare_bound_int(): Bad expression");
3918 gfc_internal_error ("compare_bound_int(): Bad expression");
3949 if (stride == NULL || compare_bound_int (stride, 1) == CMP_EQ)
3957 if (compare_bound_int (stride, 0) == CMP_GT)
4051 if (compare_bound_int (ar->stride[i], 0) == CMP_EQ)
4063 || ((compare_bound_int (ar->stride[i], 0) == CMP_GT
4065 || (compare_bound_int (ar->stride[i], 0) == CMP_LT
4482 if (compare_bound_int (ref->u.ss.start, 1) == CMP_LT

Completed in 180 milliseconds