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

/haiku-buildtools/gcc/gcc/fortran/
H A Dmatchexp.c612 && i != INTRINSIC_LE && i != INTRINSIC_LT && i != INTRINSIC_GT
654 case INTRINSIC_GT:
H A Darith.c996 case INTRINSIC_GT:
1166 result->value.logical = (gfc_compare_expr (op1, op2, INTRINSIC_GT) > 0);
1477 case INTRINSIC_GT:
1527 || op == INTRINSIC_GE || op == INTRINSIC_GT
1614 case INTRINSIC_GT:
H A Dfrontend-passes.c1175 return optimize_comparison (e, INTRINSIC_GT);
1380 op = INTRINSIC_GT;
1397 case INTRINSIC_GT:
1649 case INTRINSIC_GT:
H A Dinterface.c825 case INTRINSIC_GT:
1762 case INTRINSIC_GT:
1766 return INTRINSIC_GT;
4036 case INTRINSIC_GT:
4038 if (!gfc_check_new_interface (ns->op[INTRINSIC_GT],
H A Dresolve.c3628 case INTRINSIC_GT:
3747 case INTRINSIC_GT:
7441 && gfc_compare_expr (op1->low, op2->high, INTRINSIC_GT) > 0)
7447 retval = (gfc_compare_expr (op1->low, op2->high, INTRINSIC_GT) > 0)
7459 else if (gfc_compare_expr (op1->low, op2->high, INTRINSIC_GT) > 0)
7761 && gfc_compare_expr (cp->low, cp->high, INTRINSIC_GT) > 0)
7848 && gfc_compare_expr (cp->low, cp->high, INTRINSIC_GT) > 0)
H A Dgfortran.h177 INTRINSIC_EQ, INTRINSIC_NE, INTRINSIC_GT, INTRINSIC_GE, enumerator in enum:__anon84
H A Dmodule.c3158 minit ("GT_SIGN", INTRINSIC_GT),
3309 case INTRINSIC_GT:
H A Dexpr.c1084 case INTRINSIC_GT:
2104 case INTRINSIC_GT:
H A Dmatch.c102 case INTRINSIC_GT:
686 *result = INTRINSIC_GT;
H A Dtrans-expr.c3115 case INTRINSIC_GT:
8949 case INTRINSIC_GT:

Completed in 303 milliseconds