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

/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c2027 gfc_formal_arglist *eformal = NULL; local
2100 eformal = esym->formal;
2104 if (eformal)
2106 if (eformal->sym && eformal->sym->attr.optional)
2108 eformal = eformal->next;
2158 for (eformal = esym->formal, arg = arg0; arg && eformal;
2159 arg = arg->next, eformal
[all...]

Completed in 107 milliseconds