Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-2004422 * parser.c (cp_parser_class_head): Return NULL_TREE when
503 (cp_parser_class_head): Adjust calls to cp_parser_class_name.
616 cp_parser_class_head): Adjust call to xref_tag.
955 (cp_parser_class_head): Adjust call to current_scope.
1522 cp_parser_parameter_declaration_list, cp_parser_class_head,
3759 * parser.c (cp_parser_class_head): Remove unused variable.
3787 * parser.c (cp_parser_class_head): Always call xref_basetypes.
5202 * parser.c (cp_parser_class_head): Robustify.
5816 * parser.c (cp_parser_class_head): Pass back attributes in the
5892 (cp_parser_class_head): Likewise.
[all …]
H A DChangeLog-2003469 (cp_parser_class_head): Likewise.
487 * parser.c (cp_parser_class_head): Handle invalid explicit
500 (cp_parser_class_head): Likewise.
550 (cp_parser_class_head): Likewise.
2142 (cp_parser_class_head): Or handle_class_head. Check for
2384 cp_parser_class_head): Likewise.
3824 * parser.c (cp_parser_class_head): See through dependent names
5360 (cp_parser_class_head): Fix typo in error message.
5383 * parser.c (cp_parser_class_head): Check that
6133 (cp_parser_class_head): Use resolve_typename_type, not
[all …]
H A DChangeLog519 * parser.c (cp_parser_class_head): Move processing
589 * parser.c (cp_parser_class_head): Check the return value
986 * parser.c (cp_parser_class_head): Use return value of
6279 * parser.c (cp_parser_class_head): Return NULL_TREE when
6524 * parser.c (cp_parser_class_head): Check for redefintions here.
7088 cp_parser_class_specifier, cp_parser_class_head,
H A Dparser.c1689 static tree cp_parser_class_head
13610 type = cp_parser_class_head (parser, in cp_parser_class_specifier()
13796 cp_parser_class_head (cp_parser* parser, in cp_parser_class_head() function
H A DChangeLog-2002221 * parser.c (cp_parser_class_head): Use booleanss.