Searched refs:matching_typebound_op (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | interface.c | 4213 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 D | interface.cc | 4416 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 D | ChangeLog-2012 | 615 * interface.c (matching_typebound_op): Check for 'class_ok' attribute. 2626 * interface.c (matching_typebound_op): Drill down through
|
H A D | ChangeLog-2009 | 372 * interface.c (matching_typebound_op,gfc_extend_assign): Handle CLASS 1137 * interface.c (matching_typebound_op): New routine.
|
H A D | ChangeLog-2010 | 2732 * interface.c (matching_typebound_op): Add argument for the 3629 * gcc/fortran/interface.c (matching_typebound_op): Ditto.
|
H A D | ChangeLog-2016 | 516 * interface.c (matching_typebound_op): Ditto.
|
H A D | ChangeLog-2011 | 3563 * interface.c (matching_typebound_op): Check for 'class_ok' attribute.
|