Home
last modified time | relevance | path

Searched refs:start_decl (Results 1 – 25 of 47) sorted by relevance

12

/openbsd-src/gnu/gcc/gcc/objc/
H A DChangeLog685 call start_var_decl() and finish_var_decl() instead of start_decl()
689 start_decl() and finish_decl(); always mark module descriptor as
699 start_var_decl() and finish_var_decl() instead of start_decl() and
716 start_var_decl() and finish_var_decl() instead of start_decl() and
754 finish_var_decl() instead of start_decl() and finish_decl().
759 instead of start_decl() and finish_decl(); do not call groktypename().
843 (generate_classref_translation_entry): Do not call start_decl(); call
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c502 tree decl = start_decl (declarator, declspecs, 0, NULL_TREE);
1630 UOBJC_SYMBOLS_decl = start_decl (get_identifier ("_OBJC_SYMBOLS"), in generate_objc_symtab_decl()
1732 UOBJC_MODULES_decl = start_decl (get_identifier ("_OBJC_MODULES"), in build_module_descriptor()
1876 decl = start_decl (expr_decl, decl_spec, 1, NULL_TREE); in generate_static_references()
1916 = start_decl (expr_decl, decl_spec, 1, NULL_TREE); in generate_static_references()
1942 decl = start_decl (expr_decl, decl_specs, 1, NULL_TREE); in generate_strings()
1957 decl = start_decl (expr_decl, decl_specs, 1, NULL_TREE); in generate_strings()
1972 decl = start_decl (expr_decl, decl_specs, 1, NULL_TREE); in generate_strings()
2071 decl = start_decl (var_decl, decl_specs, 1, NULL_TREE ); in build_selector_translation_table()
2848 decl = start_decl (synth_id_with_class_suffix (name, proto),
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-tree.h234 extern tree start_decl PARAMS ((tree, tree, int,
H A Dgenautomata.c3050 loop_in_regexp (regexp, start_decl) in loop_in_regexp() argument
3052 decl_t start_decl;
3062 if (start_decl->mode == dm_reserv
3063 && REGEXP_RESERV (regexp)->reserv_decl == DECL_RESERV (start_decl))
3074 start_decl);
3080 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl))
3087 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl))
3094 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl))
3099 return loop_in_regexp (REGEXP_REPEAT (regexp)->regexp, start_decl);
H A Dc-parse.in1425 { $<ttype>$ = start_decl ($1, current_declspecs, 1,
1433 { tree d = start_decl ($1, current_declspecs, 0,
1441 { $<ttype>$ = start_decl ($1, current_declspecs, 1,
1449 { tree d = start_decl ($1, current_declspecs, 0,
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c388 static tree start_decl (tree decl, bool is_top_level);
2558 decl = start_decl (decl, FALSE); in ffecom_debug_kludge_()
2766 multi_retval = start_decl (multi_retval, FALSE); in ffecom_do_entry_()
5964 cbt = start_decl (cbt, FALSE); in ffecom_finish_global_()
6871 t = start_decl (t, TRUE); in ffecom_make_gfrt_()
6932 t = start_decl (t, FALSE); in ffecom_member_phase2_()
7383 t = start_decl (t, FALSE); in ffecom_sym_transform_()
7504 t = start_decl (t, FALSE); in ffecom_sym_transform_()
7571 t = start_decl (t, FALSE); in ffecom_sym_transform_()
8021 t = start_decl (t, FALSE); in ffecom_sym_transform_()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dc-tree.h484 extern tree start_decl (struct c_declarator *, struct c_declspecs *, bool,
H A Dgenautomata.c2770 loop_in_regexp (regexp_t regexp, decl_t start_decl) in loop_in_regexp() argument
2782 if (start_decl->mode == dm_reserv in loop_in_regexp()
2783 && REGEXP_RESERV (regexp)->reserv_decl == DECL_RESERV (start_decl)) in loop_in_regexp()
2794 start_decl); in loop_in_regexp()
2799 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl)) in loop_in_regexp()
2805 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl)) in loop_in_regexp()
2811 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl)) in loop_in_regexp()
2816 return loop_in_regexp (REGEXP_REPEAT (regexp)->regexp, start_decl); in loop_in_regexp()
H A Dc-parser.c1338 d = start_decl (declarator, specs, true, in c_parser_declaration_or_fndef()
1353 tree d = start_decl (declarator, specs, false, in c_parser_declaration_or_fndef()
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-1998377 * decl.c (start_decl): An explicit specialization of a static data
766 (start_decl): Push into the class before looking for the field.
1039 constructor syntax coming back null from start_decl.
1768 * decl.c (start_decl): Add invocation of
2444 * decl.c (start_decl): Remove redundant linkage check.
3244 * decl.c (start_decl): Enter the object's namespace.
3974 * decl.c (start_decl): Always pedwarn about vacuously redeclaring
4031 * decl.c (start_decl): Check for DECL_LANG_SPECIFIC before
4413 * decl.c (start_decl): Revert problem change.
4425 * decl.c (start_decl): Use 'tem'.
[all …]
H A DChangeLog-1996506 * decl.c (start_decl): Variable-sized arrays cannot be initialized.
772 * cp-tree.h (start_decl): Eliminate the throw spec parameter.
783 (start_decl): Eliminate the throw spec parameter. Eliminate the
789 the throw spec parameter to start_decl. Pull the throw spec out
802 start_decl.
817 (tsubst_expr): Eliminate the throw spec parameter to start_decl.
1858 (start_decl): Complain about defining a static data member
3051 * decl.c (start_decl): Call complete_type before checking for a
3093 * decl.c (start_decl): Complain about array of incomplete type
3413 * decl.c (start_decl, grokfndecl): Fix calls.
[all …]
H A DChangeLog157 * decl.c (start_decl): Set implicit DECL_THIS_STATIC here.
590 * decl.c (start_decl): Return error_mark_node if a
1200 * decl.c (start_decl): Return error_mark_node if a
1615 * decl.c (start_decl): Check that dllimports are not initialized.
1665 (start_decl): Do not check have_extern_spec.
1861 (start_decl): Likewise. Adjust call to start_decl_1.
2850 * decl.c (start_decl): Use have_global_bss_p when deciding
4034 * decl.c (start_decl): Check that the decl is an
4741 * decl.c (start_decl): Use DECL_INITIALIZED_IN_CLASS_P, not
5194 * decl.c (start_decl): Replace DECL_THREAD_LOCAL with
[all …]
H A DChangeLog-2004658 * decl.c (start_decl): Check for invalid specialization headers.
737 * decl.c (start_decl): Make sure to set *pop_scope_p. Return
790 * decl.c (duplicate_decls, start_decl): Use %qD instead of
1557 fixup_anonymous_aggr, check_tag_decl, start_decl, start_decl_1,
3034 * cp-tree.h (start_decl): Adjust prototype.
3040 (start_decl): Add pop_scope_p parameter. Tidy.
3046 * parser.c (cp_parser_condition): Adjust calls to start_decl.
4426 (start_decl): Likewise.
4438 (start_decl): Likewise.
4524 (start_decl): Likewise.
[all …]
H A DChangeLog-1999705 (start_decl): Likewise.
2213 (start_decl): Don't rebuild non-permanent ARRAY_TYPEs.
2236 * decl.c (start_decl): Remove call to add_decl_stmt.
2521 (start_decl): Likewise.
3535 (start_decl): Use it. Remove dead code. Use add_decl_stmt.
3616 (start_decl): Don't use minimal_parse_mode.
3968 * decl.c (start_decl): Set attributes before duplicate_decls call.
4648 * decl.c (start_decl): Move checks on initialization to ...
5332 (start_decl): Use push_nested_class, not just pushclass.
5485 * decl.c (start_decl): Pass attributes to grokdeclarator.
[all …]
H A DChangeLog-2003575 * decl.c (start_decl): Adjust check_classfn call.
808 * decl.c (start_decl): Exit if push_template_decl returns
4171 (start_decl): Likewise.
5641 (start_decl): Likewise.
5939 start_decl, compute_array_index_type): Likewise.
6092 (start_decl): Adjust calls to push_nested_class.
6664 * decl.c (start_decl): Only check DECL_THREAD_LOCAL for VAR_DECLs.
6675 * decl.c (start_decl): Don't set DECL_COMMON for __thread variables.
H A DChangeLog-2001667 (start_decl, start_function): Warn if inline and attribute
933 * class.c (finish_struct), decl.c (start_decl, start_function),
941 * decl.c (shadow_tag, groktypename, start_decl,
1495 * decl.c (start_decl, grokdeclarator, start_function): Update
1550 * decl.c (start_decl): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
H A DChangeLog-1994933 * decl.c (start_decl): Don't set TREE_PUBLIC on template decls just
1551 (start_decl): Clear DECL_IN_AGGR_P after calling duplicate_decls.
1567 * decl.c (start_decl): Check new decl of static member variable
1818 * decl.c (start_decl): Put statics in common again.
1858 * decl.c (start_decl): Clear up uses of various types of templates
2041 * decl.c (start_decl): Don't complain that error_mark_node is an
3902 (start_decl): Expect pushdecl to return an appropriate function decl.
4854 * decl.c (start_decl): Likewise.
H A DChangeLog-1993582 (start_decl): Likewise.
H A DChangeLog-2000819 (start_decl): Don't use decl_tree_cons.
3288 (start_decl): Don't treat instantiations as specializations.
5251 pushdecl, redeclaration_error_message, start_decl, start_decl_1,
6002 * decl.c (start_decl): Same here.
6136 (start_decl): Use DECL_CONTEXT rather than DECL_CLASS_CONTEXT.
6837 * decl.c (start_decl): Likewise.
H A DChangeLog-20021119 * decl.c (start_decl): Point users of the old initialized-
1302 * decl.c (start_decl): Unconditionally issue error for
2345 (start_decl): Eliminate use of used_extern_spec.
3697 (start_decl, start_function): Invoke maybe_apply_pragma_weak.
H A DChangeLog-1995660 (shadow_tag, groktypename, start_decl, start_method): Pass a
1038 * decl.c (start_decl): Put back clearing of DECL_IN_AGGR_P.
1051 * decl.c (start_decl): Handle declarations of member functions
1657 (lookup_name_real, start_decl, make_temporary_for_reference): Likewise.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog.2705 (start_decl): Likewise.
2213 (start_decl): Don't rebuild non-permanent ARRAY_TYPEs.
2236 * decl.c (start_decl): Remove call to add_decl_stmt.
2521 (start_decl): Likewise.
3535 (start_decl): Use it. Remove dead code. Use add_decl_stmt.
3616 (start_decl): Don't use minimal_parse_mode.
3968 * decl.c (start_decl): Set attributes before duplicate_decls call.
4648 * decl.c (start_decl): Move checks on initialization to ...
5332 (start_decl): Use push_nested_class, not just pushclass.
5485 * decl.c (start_decl): Pass attributes to grokdeclarator.
[all …]
H A Dsemantics.c1582 return start_decl (declarator, declspecs, initialized, attributes,
H A DChangeLog.1309 (shadow_tag, groktypename, start_decl, start_method): Pass a
687 * decl.c (start_decl): Put back clearing of DECL_IN_AGGR_P.
700 * decl.c (start_decl): Handle declarations of member functions
1306 (lookup_name_real, start_decl, make_temporary_for_reference): Likewise.
4373 * decl.c (start_decl): Don't set TREE_PUBLIC on template decls just
4991 (start_decl): Clear DECL_IN_AGGR_P after calling duplicate_decls.
5007 * decl.c (start_decl): Check new decl of static member variable
5258 * decl.c (start_decl): Put statics in common again.
5298 * decl.c (start_decl): Clear up uses of various types of templates
5481 * decl.c (start_decl): Don't complain that error_mark_node is an
[all …]
H A DChangeLog1042 (start_decl): Likewise.
1959 * decl.c (start_decl): Only check DECL_THREAD_LOCAL for VAR_DECLs.
1963 * decl.c (start_decl): Don't set DECL_COMMON for __thread variables.
2530 * decl.c (start_decl): Point users of the old initialized-
2713 * decl.c (start_decl): Unconditionally issue error for
3748 (start_decl): Eliminate use of used_extern_spec.
5100 (start_decl, start_function): Invoke maybe_apply_pragma_weak.
6644 (start_decl, start_function): Warn if inline and attribute
6910 * class.c (finish_struct), decl.c (start_decl, start_function),
6918 * decl.c (shadow_tag, groktypename, start_decl,
[all …]

12