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

/haiku-buildtools/gcc/gcc/fortran/
H A Dinterface.c3694 gfc_actual_arglist* argcopy; local
3704 argcopy = gfc_copy_actual_arglist (args);
3705 matches = gfc_arglist_matches_symbol (&argcopy, target);
3706 gfc_free_actual_arglist (argcopy);

Completed in 94 milliseconds