Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcall.c681 size_t args_n_bytes = sizeof (*args) * nargs; in template_unification_rejection() local
682 tree *args1 = (tree *) conversion_obstack_alloc (args_n_bytes); in template_unification_rejection()
688 memcpy (args1, args, args_n_bytes); in template_unification_rejection()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcall.c671 size_t args_n_bytes = sizeof (*args) * nargs; in template_unification_rejection() local
672 tree *args1 = (tree *) conversion_obstack_alloc (args_n_bytes); in template_unification_rejection()
678 memcpy (args1, args, args_n_bytes); in template_unification_rejection()