Searched refs:args_n_bytes (Results 1 – 2 of 2) sorted by relevance
681 size_t args_n_bytes = sizeof (*args) * nargs; in template_unification_rejection() local682 tree *args1 = (tree *) conversion_obstack_alloc (args_n_bytes); in template_unification_rejection()688 memcpy (args1, args, args_n_bytes); in template_unification_rejection()
671 size_t args_n_bytes = sizeof (*args) * nargs; in template_unification_rejection() local672 tree *args1 = (tree *) conversion_obstack_alloc (args_n_bytes); in template_unification_rejection()678 memcpy (args1, args, args_n_bytes); in template_unification_rejection()