Home
last modified time | relevance | path

Searched refs:count_types_test (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dinterface.c1115 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 Dinterface.cc1126 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 DChangeLog-20121524 * interface.c (count_types_test, generic_correspondence,
H A DChangeLog-2016117 (count_types_test): Ditto.
H A DChangeLog-20091622 * interface.c (gfc_compare_interfaces): Call 'count_types_test' before
H A DChangeLog-20081995 * interface.c (count_types_test): Likewise.
H A DChangeLog-2006166 (count_types_test): Count NULL symbols, which correspond to
H A DChangeLog-2010638 * interface.c (count_types_test): Symmetrize type check.