Searched refs:c_declspecs (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-tree.h | 226 struct c_declspecs { struct 389 struct c_declspecs *specs; 397 struct c_declspecs *specs; 451 extern int quals_from_declspecs (const struct c_declspecs *); 453 struct c_declspecs *, 476 struct c_declspecs *, tree, tree *); 489 extern void shadow_tag (const struct c_declspecs *); 490 extern void shadow_tag_warned (const struct c_declspecs *, int); 492 extern int start_function (struct c_declspecs *, struct c_declarator *, tree); 493 extern tree start_decl (struct c_declarator *, struct c_declspecs *, bool, [all …]
|
H A D | c-decl.c | 528 struct c_declspecs *, 3646 shadow_tag (const struct c_declspecs *declspecs) in shadow_tag() 3654 shadow_tag_warned (const struct c_declspecs *declspecs, int warned) in shadow_tag_warned() 3818 quals_from_declspecs (const struct c_declspecs *specs) in quals_from_declspecs() 3855 tree expr, struct c_declspecs *quals, bool static_p, in build_array_declarator() 3981 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs, in start_decl() 4888 struct c_declspecs *declspecs, in grokdeclarator() 6746 struct c_declarator *declarator, struct c_declspecs *declspecs, in grokfield() 7684 start_function (struct c_declspecs *declspecs, struct c_declarator *declarator, in start_function() 8693 build_c_parm (struct c_declspecs *specs, tree attrs, in build_c_parm() [all …]
|
H A D | c-parser.c | 1121 static void c_parser_declspecs (c_parser *, struct c_declspecs *, bool, bool, 1219 (c_parser *, struct c_declspecs *); 1445 struct c_declspecs *specs; in c_parser_declaration_or_fndef() 1988 c_parser_declspecs (c_parser *parser, struct c_declspecs *specs, in c_parser_declspecs() 2567 struct c_declspecs *specs; in c_parser_struct_declaration() 2892 struct c_declspecs *quals_attrs = build_null_declspecs (); in c_parser_declarator() 3042 struct c_declspecs *quals_attrs = build_null_declspecs (); in c_parser_direct_declarator_inner() 3303 struct c_declspecs *specs; in c_parser_parameter_declaration() 3636 struct c_declspecs *specs = build_null_declspecs (); in c_parser_type_name() 8174 struct c_declspecs *specs) in c_parser_objc_diagnose_bad_element_prefix()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-tree.h | 290 struct c_declspecs { struct 467 struct c_declspecs *specs; 475 struct c_declspecs *specs; 533 extern int quals_from_declspecs (const struct c_declspecs *); 535 struct c_declspecs *, 558 struct c_declspecs *, tree, tree *); 571 extern void shadow_tag (const struct c_declspecs *); 572 extern void shadow_tag_warned (const struct c_declspecs *, int); 574 extern bool start_function (struct c_declspecs *, struct c_declarator *, tree); 575 extern tree start_decl (struct c_declarator *, struct c_declspecs *, bool, [all …]
|
H A D | c-parser.h | 188 extern void c_parser_declspecs (c_parser *, struct c_declspecs *, bool, bool,
|
H A D | c-decl.c | 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() [all …]
|
H A D | gimple-parser.c | 1268 struct c_declspecs *specs = build_null_declspecs (); in c_parser_gimple_declaration()
|
H A D | c-parser.c | 1490 (c_parser *, struct c_declspecs *); 1760 struct c_declspecs *specs; in c_parser_declaration_or_fndef() 2590 c_parser_declspecs (c_parser *parser, struct c_declspecs *specs, in c_parser_declspecs() 3274 struct c_declspecs *specs; in c_parser_struct_declaration() 3616 struct c_declspecs *quals_attrs = build_null_declspecs (); in c_parser_declarator() 3768 struct c_declspecs *quals_attrs = build_null_declspecs (); in c_parser_direct_declarator_inner() 4036 struct c_declspecs *specs; in c_parser_parameter_declaration() 4445 struct c_declspecs *specs = build_null_declspecs (); in c_parser_type_name() 10609 struct c_declspecs *specs) in c_parser_objc_diagnose_bad_element_prefix()
|