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

/haiku-buildtools/gcc/gcc/fortran/
H A Dinterface.c3981 gfc_check_new_interface (gfc_interface *base, gfc_symbol *new_sym, locus loc) function
4020 if (!gfc_check_new_interface (ns->op[INTRINSIC_EQ], new_sym,
4022 || !gfc_check_new_interface (ns->op[INTRINSIC_EQ_OS],
4029 if (!gfc_check_new_interface (ns->op[INTRINSIC_NE], new_sym,
4031 || !gfc_check_new_interface (ns->op[INTRINSIC_NE_OS],
4038 if (!gfc_check_new_interface (ns->op[INTRINSIC_GT],
4040 || !gfc_check_new_interface (ns->op[INTRINSIC_GT_OS],
4047 if (!gfc_check_new_interface (ns->op[INTRINSIC_GE],
4049 || !gfc_check_new_interface (ns->op[INTRINSIC_GE_OS],
4056 if (!gfc_check_new_interface (n
[all...]
H A Dgfortran.h3103 bool gfc_check_new_interface (gfc_interface *, gfc_symbol *, locus);
H A Dresolve.c12116 if (!gfc_check_new_interface (derived->ns->op[op], target_proc, p->where))

Completed in 129 milliseconds