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

/haiku-buildtools/gcc/gcc/fortran/
H A Dmatchexp.c219 f = gfc_get_operator_expr (&where, INTRINSIC_USER, e, NULL);
897 all = gfc_get_operator_expr (&where, INTRINSIC_USER, all, e);
H A Dmodule.c647 new_use->op = INTRINSIC_USER;
749 || (u->op == INTRINSIC_USER && !interface)
750 || (u->op != INTRINSIC_USER && interface))
3137 generic operators, not in expressions. INTRINSIC_USER is also
3168 minit ("USER", INTRINSIC_USER),
3321 case INTRINSIC_USER:
3322 /* INTRINSIC_USER should not appear in resolved expressions,
3818 if (op == INTRINSIC_USER || !f2k->tb_op[op])
5113 if (i == INTRINSIC_USER)
5172 if (u->op == INTRINSIC_USER)
[all...]
H A Dinterface.c1812 if (i == INTRINSIC_USER)
3662 if (op == INTRINSIC_USER)
3789 if (i == INTRINSIC_USER)
3830 if (i == INTRINSIC_USER)
H A Darith.c1551 case INTRINSIC_USER:
H A Dgfortran.h182 INTRINSIC_NOT, INTRINSIC_USER, INTRINSIC_ASSIGN, enumerator in enum:__anon84
H A Dexpr.c1016 if (p->value.op.op == INTRINSIC_USER)
H A Dtrans-expr.c3143 case INTRINSIC_USER:
H A Dresolve.c3701 case INTRINSIC_USER:

Completed in 218 milliseconds