Searched refs:fixed_args (Results 1 – 1 of 1) sorted by relevance
9180 tree fixed_args[10]; in cp_parser_template_argument_list() local9183 tree *arg_ary = fixed_args; in cp_parser_template_argument_list()9213 if (arg_ary == fixed_args) in cp_parser_template_argument_list()9216 memcpy (arg_ary, fixed_args, sizeof (tree) * n_args); in cp_parser_template_argument_list()9230 if (arg_ary != fixed_args) in cp_parser_template_argument_list()