Searched refs:compare_actual_formal (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dinterface.c2572 compare_actual_formal (gfc_actual_arglist **ap, gfc_formal_arglist *formal, function
3430 if (!compare_actual_formal (ap, dummy_args, 0, sym->attr.elemental, where))
3478 if (!compare_actual_formal (ap, comp->ts.interface->formal, 0,
3503 if (compare_actual_formal (args, dummy_args, r, !r, NULL))

Completed in 44 milliseconds