Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h635 extern struct c_typespec parser_xref_tag (location_t, enum tree_code, tree,
H A DChangeLog1755 (parser_xref_tag): Update prototype.
1761 (parser_xref_tag): Add arguments have_std_attrs and attrs. Apply
1763 (xref_tag): Update call to parser_xref_tag.
5028 (grokdeclarator, parser_xref_tag, finish_enum): Use SET_TYPE_ALIGN.
5909 (parser_xref_tag): Use false instead of 0.
H A Dc-decl.cc8165 parser_xref_tag (location_t loc, enum tree_code code, tree name, in parser_xref_tag() function
8262 return parser_xref_tag (input_location, code, name, false, NULL_TREE).spec; in xref_tag()
H A Dc-parser.cc3283 ret = parser_xref_tag (ident_loc, ENUMERAL_TYPE, ident, have_std_attrs, in c_parser_enum_specifier()
3505 ret = parser_xref_tag (ident_loc, code, ident, have_std_attrs, std_attrs); in c_parser_struct_or_union_specifier()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h620 extern struct c_typespec parser_xref_tag (location_t, enum tree_code, tree,
H A Dc-decl.c7844 parser_xref_tag (location_t loc, enum tree_code code, tree name, in parser_xref_tag() function
7941 return parser_xref_tag (input_location, code, name, false, NULL_TREE).spec; in xref_tag()
H A Dc-parser.c3241 ret = parser_xref_tag (ident_loc, ENUMERAL_TYPE, ident, have_std_attrs, in c_parser_enum_specifier()
3463 ret = parser_xref_tag (ident_loc, code, ident, have_std_attrs, std_attrs); in c_parser_struct_or_union_specifier()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200919735 build_compound_literal, parser_xref_tag, resolve_overloaded_builtin,
19762 parser_xref_tag.
19764 start_struct, finish_struct, and parser_xref_tag.
24026 (parser_xref_tag): Add loc parameter. Change all callers. If
24061 (parser_xref_tag, c_cast_expr): Update declarations.
30783 (parser_xref_tag): Set expr and expr_const_operands fields in
H A DChangeLog-20048825 parser_xref_tag): New.
8837 (xref_tag): Rename to parser_xref_tag and replace by wrapper.
H A DChangeLog-20081046 * c-decl.c (parser_xref_tag): Use it.
H A DChangeLog-200529144 through into call to parser_xref_tag after parse error.