Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A 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
H A DChangeLog638 * parser.c (cp_parser_template_argument): Don't consider "&var" a
1051 * parser.c (cp_parser_template_argument): Don't strip BASELINKs.
3959 (cp_parser_template_argument): Likewise.
4221 (cp_parser_template_argument): Adjust use of
4451 * parser.c (cp_parser_template_argument): Don't turn "T::f" into
6856 (cp_parser_template_argument): Likewise.
H A 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
H A Dparser.c1749 static tree cp_parser_template_argument
9626 argument = cp_parser_template_argument (parser); in cp_parser_template_argument_list()
9673 cp_parser_template_argument (cp_parser* parser) in cp_parser_template_argument() function
H A DChangeLog-200272 (cp_parser_template_argument): Remove misleading comment.