Searched refs:declspecs_add_attrs (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-tree.h | 517 extern struct c_declspecs *declspecs_add_attrs (struct c_declspecs *, tree);
|
H A D | c-parser.c | 2181 declspecs_add_attrs (specs, attrs); in c_parser_declspecs() 3330 declspecs_add_attrs (specs, attrs); in c_parser_parameter_declaration()
|
H A D | c-decl.c | 9591 declspecs_add_attrs (struct c_declspecs *specs, tree attrs) in declspecs_add_attrs() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-tree.h | 602 extern struct c_declspecs *declspecs_add_attrs (source_location,
|
H A D | c-parser.c | 2847 declspecs_add_attrs (loc, specs, attrs); in c_parser_declspecs() 4083 declspecs_add_attrs (input_location, specs, attrs); in c_parser_parameter_declaration()
|
H A D | c-decl.c | 10972 declspecs_add_attrs (source_location loc, struct c_declspecs *specs, tree attrs) in declspecs_add_attrs() function
|