Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDc-tree.h488 extern void shadow_tag_warned (const struct c_declspecs *, int);
HDc-parser.c1369 shadow_tag_warned (specs, 1); in c_parser_declaration_or_fndef()
2184 shadow_tag_warned (specs, pedantic); in c_parser_struct_declaration()
HDc-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
HDChangeLog-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.
HDChangeLog-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.
HDFSFChangeLog.107291 * c-decl.c (shadow_tag_warned): Don't warn about useless keyword
HDChangeLog-200327156 (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.