Home | History | Annotate | Download | only in cp

Lines Matching refs:new_arg

2344       tree new_arg;
2346 new_arg = tsubst_argument_pack (arg, args, complain, in_decl);
2349 new_arg = tsubst_template_arg (arg, args, complain, in_decl);
2350 if (TYPE_P (new_arg))
2351 new_arg = canonicalize_type_argument (new_arg, complain);
2353 if (TREE_CODE (new_arg) == TYPE_ARGUMENT_PACK)
2355 tree pack_args = ARGUMENT_PACK_ARGS (new_arg);
2363 if (new_arg == error_mark_node)
2366 result = tree_cons (new_arg, parm, result);