Lines Matching refs:c_declspecs

600 			    struct c_declspecs *,
4298 shadow_tag (const struct c_declspecs *declspecs) in shadow_tag()
4306 shadow_tag_warned (const struct c_declspecs *declspecs, int warned) in shadow_tag_warned()
4478 quals_from_declspecs (const struct c_declspecs *specs) in quals_from_declspecs()
4516 tree expr, struct c_declspecs *quals, bool static_p, in build_array_declarator()
4671 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs, in start_decl()
5629 struct c_declspecs *declspecs, in grokdeclarator()
7655 struct c_declarator *declarator, struct c_declspecs *declspecs, in grokfield()
8700 start_function (struct c_declspecs *declspecs, struct c_declarator *declarator, in start_function()
9811 build_c_parm (struct c_declspecs *specs, tree attrs, in build_c_parm()
9872 make_pointer_declarator (struct c_declspecs *type_quals_attrs, in make_pointer_declarator()
9895 struct c_declspecs *
9898 struct c_declspecs *ret = XOBNEW (&parser_obstack, struct c_declspecs); in build_null_declspecs()
9912 struct c_declspecs *
9914 struct c_declspecs *specs, addr_space_t as) in declspecs_add_addrspace()
9935 struct c_declspecs *
9937 struct c_declspecs *specs, tree qual) in declspecs_add_qual()
9994 struct c_declspecs *
9995 declspecs_add_type (location_t loc, struct c_declspecs *specs, in declspecs_add_type()
10852 struct c_declspecs *
10854 struct c_declspecs *specs, in declspecs_add_scspec()
10971 struct c_declspecs *
10972 declspecs_add_attrs (source_location loc, struct c_declspecs *specs, tree attrs) in declspecs_add_attrs()
10983 struct c_declspecs *
10985 struct c_declspecs *specs, tree align) in declspecs_add_alignas()
11004 struct c_declspecs *
11005 finish_declspecs (struct c_declspecs *specs) in finish_declspecs()