Home
last modified time | relevance | path

Searched refs:matching_typebound_op (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dinterface.c4213 matching_typebound_op (gfc_expr** tb_base, in matching_typebound_op() function
4369 tbo = matching_typebound_op (&tb_base, actual, in gfc_extend_expr()
4377 tbo = matching_typebound_op (&tb_base, actual, \ in gfc_extend_expr()
4380 tbo = matching_typebound_op (&tb_base, actual, \ in gfc_extend_expr()
4392 tbo = matching_typebound_op (&tb_base, actual, i, NULL, &gname); in gfc_extend_expr()
4519 tbo = matching_typebound_op (&tb_base, actual, INTRINSIC_ASSIGN, in gfc_extend_assign()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dinterface.cc4416 matching_typebound_op (gfc_expr** tb_base, in matching_typebound_op() function
4572 tbo = matching_typebound_op (&tb_base, actual, in gfc_extend_expr()
4580 tbo = matching_typebound_op (&tb_base, actual, \ in gfc_extend_expr()
4583 tbo = matching_typebound_op (&tb_base, actual, \ in gfc_extend_expr()
4595 tbo = matching_typebound_op (&tb_base, actual, i, NULL, &gname); in gfc_extend_expr()
4722 tbo = matching_typebound_op (&tb_base, actual, INTRINSIC_ASSIGN, in gfc_extend_assign()
H A DChangeLog-2012615 * interface.c (matching_typebound_op): Check for 'class_ok' attribute.
2626 * interface.c (matching_typebound_op): Drill down through
H A DChangeLog-2009372 * interface.c (matching_typebound_op,gfc_extend_assign): Handle CLASS
1137 * interface.c (matching_typebound_op): New routine.
H A DChangeLog-20102732 * interface.c (matching_typebound_op): Add argument for the
3629 * gcc/fortran/interface.c (matching_typebound_op): Ditto.
H A DChangeLog-2016516 * interface.c (matching_typebound_op): Ditto.
H A DChangeLog-20113563 * interface.c (matching_typebound_op): Check for 'class_ok' attribute.