Lines Matching refs:c_declspecs
601 struct c_declspecs *,
4592 shadow_tag (const struct c_declspecs *declspecs) in shadow_tag()
4600 shadow_tag_warned (const struct c_declspecs *declspecs, int warned) in shadow_tag_warned()
4800 quals_from_declspecs (const struct c_declspecs *specs) in quals_from_declspecs()
4838 tree expr, struct c_declspecs *quals, bool static_p, in build_array_declarator()
4998 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs, in start_decl()
5947 struct c_declspecs *declspecs, in grokdeclarator()
8038 struct c_declarator *declarator, struct c_declspecs *declspecs, in grokfield()
9119 start_function (struct c_declspecs *declspecs, struct c_declarator *declarator, in start_function()
10293 build_c_parm (struct c_declspecs *specs, tree attrs, in build_c_parm()
10355 make_pointer_declarator (struct c_declspecs *type_quals_attrs, in make_pointer_declarator()
10378 struct c_declspecs *
10381 struct c_declspecs *ret = XOBNEW (&parser_obstack, struct c_declspecs); in build_null_declspecs()
10395 struct c_declspecs *
10397 struct c_declspecs *specs, addr_space_t as) in declspecs_add_addrspace()
10419 struct c_declspecs *
10421 struct c_declspecs *specs, tree qual) in declspecs_add_qual()
10479 struct c_declspecs *
10480 declspecs_add_type (location_t loc, struct c_declspecs *specs, in declspecs_add_type()
11343 struct c_declspecs *
11345 struct c_declspecs *specs, in declspecs_add_scspec()
11463 struct c_declspecs *
11464 declspecs_add_attrs (location_t loc, struct c_declspecs *specs, tree attrs) in declspecs_add_attrs()
11478 struct c_declspecs *
11480 struct c_declspecs *specs, tree align) in declspecs_add_alignas()
11502 struct c_declspecs *
11503 finish_declspecs (struct c_declspecs *specs) in finish_declspecs()