Searched refs:gfc_check_operator_interface (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | interface.c | 867 gfc_check_operator_interface (gfc_symbol *sym, gfc_intrinsic_op op, in gfc_check_operator_interface() function 2139 gfc_check_operator_interface (ns->op[i]->sym, (gfc_intrinsic_op) i, in gfc_check_interfaces()
|
H A D | gfortran.h | 3484 bool gfc_check_operator_interface (gfc_symbol*, gfc_intrinsic_op, locus);
|
H A D | resolve.c | 13881 if (!gfc_check_operator_interface (target_proc, op, p->where)) in resolve_typebound_intrinsic_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | interface.cc | 878 gfc_check_operator_interface (gfc_symbol *sym, gfc_intrinsic_op op, in gfc_check_operator_interface() function 2159 gfc_check_operator_interface (ns->op[i]->sym, (gfc_intrinsic_op) i, in gfc_check_interfaces()
|
H A D | gfortran.h | 3770 bool gfc_check_operator_interface (gfc_symbol*, gfc_intrinsic_op, locus);
|
H A D | ChangeLog-2009 | 388 * interface.c (gfc_check_operator_interface): Handle CLASS arguments. 1459 (gfc_check_operator_interface): Now public routine. 1462 `gfc_check_operator_interface' accordingly and hand in the interface
|
H A D | ChangeLog-2013 | 1789 * interface.c (gfc_check_operator_interface,gfc_compare_interfaces,
|
H A D | ChangeLog-2012 | 598 (gfc_check_operator_interface): Move up to make this error
|
H A D | ChangeLog-2011 | 3835 * interface.c (gfc_check_operator_interface): Fix
|
H A D | resolve.cc | 14093 if (!gfc_check_operator_interface (target_proc, op, p->where)) in resolve_typebound_intrinsic_op()
|