Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c9180 tree fixed_args[10]; in cp_parser_template_argument_list() local
9183 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()