| /freebsd-10-stable/contrib/gcc/ |
| D | c-tree.h | 491 extern tree start_decl (struct c_declarator *, struct c_declspecs *, bool,
|
| D | genautomata.c | 2770 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()
|
| D | c-parser.c | 1444 *foreach_elem = start_decl (declarator, specs, true, in c_parser_declaration_or_fndef() 1459 d = start_decl (declarator, specs, true, in c_parser_declaration_or_fndef() 1474 tree d = start_decl (declarator, specs, false, in c_parser_declaration_or_fndef()
|
| D | ChangeLog.gcc43 | 653 * c-decl.c (start_decl): Warn about static variables declared
|
| D | ChangeLog.apple | 746 * decl.c (start_decl): Check on illegal use of __weak on
|
| D | FSFChangeLog.10 | 6734 * c-decl.c (start_decl): Set DECL_COMMON before calling 7242 (objc_add_static_instance): Use build_decl instead of start_decl 8333 * objc-act.c: Update calls to start_decl, finish_struct, 8640 start_decl; delete call to decl_attributes. 8641 * c-tree.h (start_decl): Two new tree parameters. 8642 * c-decl.c (start_decl): New args for attributes; call decl_attributes.
|
| D | c-decl.c | 3253 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs, in start_decl() function
|
| D | FSFChangeLog | 1378 * c-decl.c (start_decl): Use new macro SET_DEFAULT_DECL_ATTRIBUTES.
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | ChangeLog-1998 | 377 * 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 …]
|
| D | ChangeLog-1996 | 506 * 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 …]
|
| D | ChangeLog | 226 * decl.c (start_decl): Set implicit DECL_THIS_STATIC here. 659 * decl.c (start_decl): Return error_mark_node if a 1269 * decl.c (start_decl): Return error_mark_node if a 1684 * decl.c (start_decl): Check that dllimports are not initialized. 1734 (start_decl): Do not check have_extern_spec. 1930 (start_decl): Likewise. Adjust call to start_decl_1. 2919 * decl.c (start_decl): Use have_global_bss_p when deciding 4103 * decl.c (start_decl): Check that the decl is an 4810 * decl.c (start_decl): Use DECL_INITIALIZED_IN_CLASS_P, not 5263 * decl.c (start_decl): Replace DECL_THREAD_LOCAL with [all …]
|
| D | ChangeLog-2004 | 658 * 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 …]
|
| D | ChangeLog-1999 | 705 (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 …]
|
| D | ChangeLog.apple | 399 * decl.c (start_decl): Check on illegal use of __weak on
|
| D | ChangeLog-2003 | 575 * 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.
|
| D | ChangeLog-2001 | 667 (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.
|
| D | ChangeLog-1994 | 933 * 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.
|
| D | ChangeLog-1993 | 582 (start_decl): Likewise.
|
| D | ChangeLog-2000 | 819 (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.
|
| D | ChangeLog-1995 | 660 (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.
|
| D | ChangeLog-2002 | 1119 * 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.
|
| D | parser.c | 6970 decl = start_decl (declarator, &type_specifiers, in cp_parser_condition() 7077 decl = start_decl (declarator, &decl_specs, in cp_parser_parse_foreach_stmt() 11685 decl = start_decl (declarator, decl_specifiers, in cp_parser_init_declarator() 21240 decl = start_decl (declarator, &type_specifiers, in cp_parser_omp_for_loop()
|
| D | ChangeLog-1997 | 373 * decl.c (start_decl): Don't just complain about a mismatched 2121 * decl.c (start_decl): Make sure TYPE isn't an error_mark_node
|
| D | cp-tree.h | 3961 extern tree start_decl (const cp_declarator *, cp_decl_specifier_seq *, int, tree, tree, tree *);
|
| D | decl.c | 3856 start_decl (const cp_declarator *declarator, in start_decl() function
|