Searched refs:declspecs_add_attrs (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-tree.h | 654 extern struct c_declspecs *declspecs_add_attrs (location_t,
|
H A D | c-parser.cc | 1923 declspecs_add_attrs (here, specs, attrs); in c_parser_declaration_or_fndef() 2830 declspecs_add_attrs (loc, specs, attrs); in c_parser_declspecs() 3080 declspecs_add_attrs (loc, specs, attrs); in c_parser_declspecs() 4405 declspecs_add_attrs (input_location, specs, attrs); in c_parser_parameter_declaration()
|
H A D | c-decl.cc | 11863 declspecs_add_attrs (location_t loc, struct c_declspecs *specs, tree attrs) in declspecs_add_attrs() function
|
H A D | ChangeLog | 1765 (declspecs_add_scspec, declspecs_add_attrs): Set
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-tree.h | 639 extern struct c_declspecs *declspecs_add_attrs (location_t,
|
H A D | c-parser.c | 1886 declspecs_add_attrs (here, specs, attrs); in c_parser_declaration_or_fndef() 2788 declspecs_add_attrs (loc, specs, attrs); in c_parser_declspecs() 3038 declspecs_add_attrs (loc, specs, attrs); in c_parser_declspecs() 4368 declspecs_add_attrs (input_location, specs, attrs); in c_parser_parameter_declaration()
|
H A D | c-decl.c | 11464 declspecs_add_attrs (location_t loc, struct c_declspecs *specs, tree attrs) in declspecs_add_attrs() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 14235 declspecs_add_scspec, declspecs_add_attrs): New. 14273 declspecs_add_scspec, declspecs_add_attrs): New.
|
H A D | ChangeLog-2012 | 24409 (declspecs_add_attrs): Likewise, take a location parameter for the
|
H A D | ChangeLog-2005 | 30799 declspecs_add_scspec, declspecs_add_attrs): Initialize and update
|