Searched refs:gfc_check_new_interface (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | interface.c | 4566 gfc_check_new_interface (gfc_interface *base, gfc_symbol *new_sym, locus loc) in gfc_check_new_interface() function 4605 if (!gfc_check_new_interface (ns->op[INTRINSIC_EQ], new_sym, in gfc_add_interface() 4607 || !gfc_check_new_interface (ns->op[INTRINSIC_EQ_OS], in gfc_add_interface() 4614 if (!gfc_check_new_interface (ns->op[INTRINSIC_NE], new_sym, in gfc_add_interface() 4616 || !gfc_check_new_interface (ns->op[INTRINSIC_NE_OS], in gfc_add_interface() 4623 if (!gfc_check_new_interface (ns->op[INTRINSIC_GT], in gfc_add_interface() 4625 || !gfc_check_new_interface (ns->op[INTRINSIC_GT_OS], in gfc_add_interface() 4632 if (!gfc_check_new_interface (ns->op[INTRINSIC_GE], in gfc_add_interface() 4634 || !gfc_check_new_interface (ns->op[INTRINSIC_GE_OS], in gfc_add_interface() 4641 if (!gfc_check_new_interface (ns->op[INTRINSIC_LT], in gfc_add_interface() [all …]
|
H A D | gfortran.h | 3478 bool gfc_check_new_interface (gfc_interface *, gfc_symbol *, locus);
|
H A D | resolve.c | 13898 if (!gfc_check_new_interface (derived->ns->op[op], in resolve_typebound_intrinsic_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | interface.cc | 4769 gfc_check_new_interface (gfc_interface *base, gfc_symbol *new_sym, locus loc) in gfc_check_new_interface() function 4808 if (!gfc_check_new_interface (ns->op[INTRINSIC_EQ], new_sym, in gfc_add_interface() 4810 || !gfc_check_new_interface (ns->op[INTRINSIC_EQ_OS], in gfc_add_interface() 4817 if (!gfc_check_new_interface (ns->op[INTRINSIC_NE], new_sym, in gfc_add_interface() 4819 || !gfc_check_new_interface (ns->op[INTRINSIC_NE_OS], in gfc_add_interface() 4826 if (!gfc_check_new_interface (ns->op[INTRINSIC_GT], in gfc_add_interface() 4828 || !gfc_check_new_interface (ns->op[INTRINSIC_GT_OS], in gfc_add_interface() 4835 if (!gfc_check_new_interface (ns->op[INTRINSIC_GE], in gfc_add_interface() 4837 || !gfc_check_new_interface (ns->op[INTRINSIC_GE_OS], in gfc_add_interface() 4844 if (!gfc_check_new_interface (ns->op[INTRINSIC_LT], in gfc_add_interface() [all …]
|
H A D | gfortran.h | 3764 bool gfc_check_new_interface (gfc_interface *, gfc_symbol *, locus);
|
H A D | ChangeLog-2012 | 1516 * gfortran.h (gfc_check_new_interface): Add prototype.
|
H A D | resolve.cc | 14110 if (!gfc_check_new_interface (derived->ns->op[op], in resolve_typebound_intrinsic_op()
|