Searched refs:shadow_tag_warned (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | c-tree.h | 488 extern void shadow_tag_warned (const struct c_declspecs *, int);
|
| HD | c-parser.c | 1369 shadow_tag_warned (specs, 1); in c_parser_declaration_or_fndef() 2184 shadow_tag_warned (specs, pedantic); in c_parser_struct_declaration()
|
| HD | c-decl.c | 2943 shadow_tag_warned (declspecs, 0); in shadow_tag() 2949 shadow_tag_warned (const struct c_declspecs *declspecs, int warned) in shadow_tag_warned() function
|
| HD | ChangeLog-2004 | 8839 (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.
|
| HD | ChangeLog-1998 | 10607 * c-decl.c (shadow_tag_warned): Use specs not declspecs in for loop. 15873 * c-decl.c (shadow_tag_warned): Call split_specs_attrs.
|
| HD | FSFChangeLog.10 | 7291 * c-decl.c (shadow_tag_warned): Don't warn about useless keyword
|
| HD | ChangeLog-2003 | 27156 (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
|