Searched refs:decl_specs (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
H A D | objc-act.c | 1686 tree decl_specs, field_decl, field_decl_chain; in build_module_descriptor() local 1693 decl_specs = build_tree_list (NULL_TREE, ridpointers[(int) RID_LONG]); in build_module_descriptor() 1696 = grokfield (input_filename, lineno, field_decl, decl_specs, NULL_TREE); in build_module_descriptor() 1701 decl_specs = build_tree_list (NULL_TREE, ridpointers[(int) RID_LONG]); in build_module_descriptor() 1704 = grokfield (input_filename, lineno, field_decl, decl_specs, NULL_TREE); in build_module_descriptor() 1709 decl_specs = build_tree_list (NULL_TREE, ridpointers[(int) RID_CHAR]); in build_module_descriptor() 1712 = grokfield (input_filename, lineno, field_decl, decl_specs, NULL_TREE); in build_module_descriptor() 1717 decl_specs = get_identifier (UTAG_SYMTAB); in build_module_descriptor() 1718 decl_specs = build_tree_list (NULL_TREE, xref_tag (RECORD_TYPE, decl_specs)); in build_module_descriptor() 1721 = grokfield (input_filename, lineno, field_decl, decl_specs, NULL_TREE); in build_module_descriptor() [all …]
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | parser.c | 827 clear_decl_specs (cp_decl_specifier_seq *decl_specs) in clear_decl_specs() argument 829 memset (decl_specs, 0, sizeof (cp_decl_specifier_seq)); in clear_decl_specs() 2035 cp_parser_check_decl_spec (cp_decl_specifier_seq *decl_specs) in cp_parser_check_decl_spec() argument 2041 unsigned count = decl_specs->specs[(int)ds]; in cp_parser_check_decl_spec() 7545 cp_decl_specifier_seq *decl_specs, in cp_parser_decl_specifier_seq() argument 7551 clear_decl_specs (decl_specs); in cp_parser_decl_specifier_seq() 7569 decl_specs->attributes in cp_parser_decl_specifier_seq() 7570 = chainon (decl_specs->attributes, in cp_parser_decl_specifier_seq() 7590 ++decl_specs->specs[(int) ds_friend]; in cp_parser_decl_specifier_seq() 7603 cp_parser_function_specifier_opt (parser, decl_specs); in cp_parser_decl_specifier_seq() [all …]
|
H A D | ChangeLog-2004 | 6741 is error_mark_node, don't add any more decl_specs.
|
H A D | ChangeLog | 614 set conflicting_specifiers_p to true on the decl_specs.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | semantics.c | 1540 begin_function_definition (decl_specs, attributes, declarator) in begin_function_definition() argument 1541 tree decl_specs; in begin_function_definition() 1545 if (!start_function (decl_specs, declarator, attributes, SF_DEFAULT))
|
/openbsd-src/gnu/gcc/gcc/objc/ |
H A D | objc-act.c | 5698 tree sc_spec, decl_specs, decl; in generate_shared_structures() local 5755 decl_specs = tree_cons (NULL_TREE, objc_class_template, sc_spec); in generate_shared_structures()
|