Searched refs:args_n_bytes (Results 1 – 2 of 2) sorted by relevance
697 size_t args_n_bytes = sizeof (*args) * nargs; in template_unification_rejection() local698 tree *args1 = (tree *) conversion_obstack_alloc (args_n_bytes); in template_unification_rejection()704 memcpy (args1, args, args_n_bytes); in template_unification_rejection()
695 size_t args_n_bytes = sizeof (*args) * nargs; in template_unification_rejection() local696 tree *args1 = (tree *) conversion_obstack_alloc (args_n_bytes); in template_unification_rejection()702 memcpy (args1, args, args_n_bytes); in template_unification_rejection()