Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-tree.h488 extern void shadow_tag_warned (const struct c_declspecs *, int);
H A Dc-parser.c1369 shadow_tag_warned (specs, 1); in c_parser_declaration_or_fndef()
2184 shadow_tag_warned (specs, pedantic); in c_parser_struct_declaration()
H A Dc-decl.c2943 shadow_tag_warned (declspecs, 0); in shadow_tag()
2949 shadow_tag_warned (const struct c_declspecs *declspecs, int warned) in shadow_tag_warned() function
H A DChangeLog-20048839 (shadow_tag_warned): Don't let empty declarations with qualifiers
12344 (shadow_tag_warned): Remove checks done in finish_declspecs.
12869 (shadow_tag_warned): Give more specific message for useless type
13242 * c-decl.c (shadow_tag_warned): Give errors for "inline" in empty
13411 * c-decl.c (shadow_tag_warned): Check typedef_p, not typedef_decl.
14231 (build_array_declarator, grokfield, shadow_tag, shadow_tag_warned,
14268 shadow_tag, shadow_tag_warned, start_function, start_decl,
14275 (shadow_tag_warned): Make warning for useless type names a
20396 * c-decl.c (shadow_tag_warned): Clean up comment.
H A DChangeLog-199810607 * c-decl.c (shadow_tag_warned): Use specs not declspecs in for loop.
15873 * c-decl.c (shadow_tag_warned): Call split_specs_attrs.
H A DFSFChangeLog.107291 * c-decl.c (shadow_tag_warned): Don't warn about useless keyword
H A DChangeLog-200327156 (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.