Searched refs:argcopy (Results 1 – 2 of 2) sorted by relevance
4273 gfc_actual_arglist* argcopy; in matching_typebound_op() local4283 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()
4476 gfc_actual_arglist* argcopy; in matching_typebound_op() local4486 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()