Searched refs:count_types_test (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | interface.c | 1115 count_types_test (gfc_formal_arglist *f1, gfc_formal_arglist *f2, in count_types_test() function 1778 if (count_types_test (f1, f2, p1, p2) in gfc_compare_interfaces() 1779 || count_types_test (f2, f1, p2, p1)) in gfc_compare_interfaces()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | interface.cc | 1126 count_types_test (gfc_formal_arglist *f1, gfc_formal_arglist *f2, in count_types_test() function 1798 if (count_types_test (f1, f2, p1, p2) in gfc_compare_interfaces() 1799 || count_types_test (f2, f1, p2, p1)) in gfc_compare_interfaces()
|
H A D | ChangeLog-2012 | 1524 * interface.c (count_types_test, generic_correspondence,
|
H A D | ChangeLog-2016 | 117 (count_types_test): Ditto.
|
H A D | ChangeLog-2009 | 1622 * interface.c (gfc_compare_interfaces): Call 'count_types_test' before
|
H A D | ChangeLog-2008 | 1995 * interface.c (count_types_test): Likewise.
|
H A D | ChangeLog-2006 | 166 (count_types_test): Count NULL symbols, which correspond to
|
H A D | ChangeLog-2010 | 638 * interface.c (count_types_test): Symmetrize type check.
|