Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c697 size_t args_n_bytes = sizeof (*args) * nargs; in template_unification_rejection() local
698 tree *args1 = (tree *) conversion_obstack_alloc (args_n_bytes); in template_unification_rejection()
704 memcpy (args1, args, args_n_bytes); in template_unification_rejection()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc695 size_t args_n_bytes = sizeof (*args) * nargs; in template_unification_rejection() local
696 tree *args1 = (tree *) conversion_obstack_alloc (args_n_bytes); in template_unification_rejection()
702 memcpy (args1, args, args_n_bytes); in template_unification_rejection()