Searched refs:fixed_args (Results 1 – 1 of 1) sorted by relevance
9598 tree fixed_args[10]; in cp_parser_template_argument_list() local9601 tree *arg_ary = fixed_args; in cp_parser_template_argument_list()9631 if (arg_ary == fixed_args) in cp_parser_template_argument_list()9634 memcpy (arg_ary, fixed_args, sizeof (tree) * n_args); in cp_parser_template_argument_list()9648 if (arg_ary != fixed_args) in cp_parser_template_argument_list()