Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDc-tree.h518 extern struct c_declspecs *finish_declspecs (struct c_declspecs *);
HDc-parser.c1362 finish_declspecs (specs); in c_parser_declaration_or_fndef()
2176 finish_declspecs (specs); in c_parser_struct_declaration()
2894 finish_declspecs (specs); in c_parser_parameter_declaration()
3168 finish_declspecs (specs); in c_parser_type_name()
9182 finish_declspecs (specs); in c_parser_block_id()
HDc-decl.c8827 finish_declspecs (struct c_declspecs *specs) in finish_declspecs() function
HDChangeLog-200412338 (finish_declspecs): New.
12340 typename): Call finish_declspecs.
12341 * c-decl.c (finish_declspecs): New.
12344 (shadow_tag_warned): Remove checks done in finish_declspecs.
12347 finish_declspecs. Don't allow for type being NULL. Update for
HDChangeLog-20051114 (finish_declspecs): Return type from DFP typespec_word.