Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dinterface.c4273 gfc_actual_arglist* argcopy; in matching_typebound_op() local
4283 argcopy = gfc_copy_actual_arglist (args); in matching_typebound_op()
4284 matches = gfc_arglist_matches_symbol (&argcopy, target); in matching_typebound_op()
4285 gfc_free_actual_arglist (argcopy); in matching_typebound_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dinterface.cc4476 gfc_actual_arglist* argcopy; in matching_typebound_op() local
4486 argcopy = gfc_copy_actual_arglist (args); in matching_typebound_op()
4487 matches = gfc_arglist_matches_symbol (&argcopy, target); in matching_typebound_op()
4488 gfc_free_actual_arglist (argcopy); in matching_typebound_op()