Lines Matching refs:new_arg
6774 unify_parameter_pack_inconsistent (bool explain_p, tree old_arg, tree new_arg) in unify_parameter_pack_inconsistent() argument
6779 old_arg, new_arg); in unify_parameter_pack_inconsistent()
13236 tree new_arg = TYPE_P (orig_arg) in tsubst_argument_pack() local
13243 new_arg = error_mark_node; in tsubst_argument_pack()
13245 SET_ARGUMENT_PACK_ARGS (new_arg, pack_args); in tsubst_argument_pack()
13247 if (TREE_CODE (new_arg) == NONTYPE_ARGUMENT_PACK) in tsubst_argument_pack()
13248 TREE_CONSTANT (new_arg) = TREE_CONSTANT (orig_arg); in tsubst_argument_pack()
13250 return new_arg; in tsubst_argument_pack()
13271 tree new_arg; in tsubst_template_args() local
13274 new_arg = tsubst_template_args (orig_arg, args, complain, in_decl); in tsubst_template_args()
13278 new_arg = tsubst_pack_expansion (orig_arg, args, complain, in_decl); in tsubst_template_args()
13280 if (TREE_CODE (new_arg) == TREE_VEC) in tsubst_template_args()
13287 expanded_len_adjust += TREE_VEC_LENGTH (new_arg) - 1; in tsubst_template_args()
13290 new_arg = tsubst_argument_pack (orig_arg, args, complain, in_decl); in tsubst_template_args()
13292 new_arg = tsubst_template_arg (orig_arg, args, complain, in_decl); in tsubst_template_args()
13294 if (new_arg == error_mark_node) in tsubst_template_args()
13297 elts[i] = new_arg; in tsubst_template_args()
13298 if (new_arg != orig_arg) in tsubst_template_args()