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

/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c4045 #define AR_START (ar->start[i] ? ar->start[i] : as->lower[i]) macro
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)
4072 mpz_get_si (AR_START->value.integer),
4076 if (compare_bound (AR_START, as->upper[i]) == CMP_GT)
4080 mpz_get_si (AR_START->value.integer),
4089 if (compute_last_value_for_triplet (AR_START, AR_END, ar->stride[i],
4113 #undef AR_START macro

Completed in 104 milliseconds