Lines Matching refs:c_declspecs
610 struct c_declspecs *,
4683 shadow_tag (const struct c_declspecs *declspecs) in shadow_tag()
4691 shadow_tag_warned (const struct c_declspecs *declspecs, int warned) in shadow_tag_warned()
4891 quals_from_declspecs (const struct c_declspecs *specs) in quals_from_declspecs()
4930 tree expr, struct c_declspecs *quals, bool static_p, in build_array_declarator()
5100 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs, in start_decl()
6265 struct c_declspecs *declspecs, in grokdeclarator()
8359 struct c_declarator *declarator, struct c_declspecs *declspecs, in grokfield()
9502 start_function (struct c_declspecs *declspecs, struct c_declarator *declarator, in start_function()
10690 build_c_parm (struct c_declspecs *specs, tree attrs, in build_c_parm()
10752 make_pointer_declarator (struct c_declspecs *type_quals_attrs, in make_pointer_declarator()
10775 struct c_declspecs *
10778 struct c_declspecs *ret = XOBNEW (&parser_obstack, struct c_declspecs); in build_null_declspecs()
10792 struct c_declspecs *
10794 struct c_declspecs *specs, addr_space_t as) in declspecs_add_addrspace()
10816 struct c_declspecs *
10818 struct c_declspecs *specs, tree qual) in declspecs_add_qual()
10876 struct c_declspecs *
10877 declspecs_add_type (location_t loc, struct c_declspecs *specs, in declspecs_add_type()
11742 struct c_declspecs *
11744 struct c_declspecs *specs, in declspecs_add_scspec()
11862 struct c_declspecs *
11863 declspecs_add_attrs (location_t loc, struct c_declspecs *specs, tree attrs) in declspecs_add_attrs()
11877 struct c_declspecs *
11879 struct c_declspecs *specs, tree align) in declspecs_add_alignas()
11901 struct c_declspecs *
11902 finish_declspecs (struct c_declspecs *specs) in finish_declspecs()