Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-2004354 * parser.c (cp_parser_template_argument): Unwrap indirected
496 (cp_parser_template_argument): Likewise.
2830 (cp_parser_template_argument): Likewise.
5232 * parser.c (cp_parser_template_argument): Robustify.
6286 (cp_parser_template_argument): Use fold_non_dependent_expr.
6855 * parser.c (cp_parser_template_argument): Don't call
DChangeLog569 * parser.c (cp_parser_template_argument): Don't consider "&var" a
982 * parser.c (cp_parser_template_argument): Don't strip BASELINKs.
3890 (cp_parser_template_argument): Likewise.
4152 (cp_parser_template_argument): Adjust use of
4382 * parser.c (cp_parser_template_argument): Don't turn "T::f" into
6787 (cp_parser_template_argument): Likewise.
DChangeLog-2003188 * parser.c (cp_parser_template_argument): A type-id followed by '>>'
1946 (cp_parser_template_argument): Likewise.
3059 (cp_parser_template_argument): Use cp_id_kind.
3207 (cp_parser_template_argument): Implement standard-conforming
4375 (cp_parser_template_argument, cp_parser_class_name): Don't use
Dparser.c1718 static tree cp_parser_template_argument
9208 argument = cp_parser_template_argument (parser); in cp_parser_template_argument_list()
9255 cp_parser_template_argument (cp_parser* parser) in cp_parser_template_argument() function
DChangeLog-200272 (cp_parser_template_argument): Remove misleading comment.