| /netbsd-src/sys/kern/ |
| H A D | gendevcalls.awk | 63 function start_decl(arg) { function 144 start_decl($1) 161 start_decl(call_name)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-tree.h | 626 extern tree start_decl (struct c_declarator *, struct c_declspecs *, bool,
|
| H A D | ChangeLog | 507 (start_decl): Amend the logic handling suppression of nested 1191 (start_decl): Add argument and use it. 1199 * c-tree.h (start_decl): Add argument. 1620 * c-decl.c (start_decl): Allow initialization of variables whose 2199 * c-decl.c (start_decl): Adjust quoting and hyphenation 2224 * c-decl.c (start_decl): Quote keywords, operators, and 2866 * c-decl.c (start_decl): Do not warn if variables is named as main 3862 * c-decl.c (start_decl): Use false/true instead of 0/1. 6330 * c-decl.c (start_decl): Return NULL_TREE if decl is an error node. 7703 (start_decl): Use c_type_promotes_to when promoting argument [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-tree.h | 611 extern tree start_decl (struct c_declarator *, struct c_declspecs *, bool,
|
| H A D | gimple-parser.c | 2057 tree decl = start_decl (declarator, specs, false, in c_parser_gimple_declaration()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A 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 …]
|
| H A 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 …]
|
| H A D | ChangeLog-2005 | 519 * decl.c (start_decl): Check that the decl is an 1226 * decl.c (start_decl): Use DECL_INITIALIZED_IN_CLASS_P, not 1679 * decl.c (start_decl): Replace DECL_THREAD_LOCAL with 1927 * decl.c (start_decl): Simplify specialization handling. Remove 2533 * decl.c (start_decl): Apply pending #pragma weak regardless of 3290 * decl.c (start_decl): Add missing parentheses. 3298 (start_decl): Do not SET_DECL_TEMPLATE_SPECIALIZATION for 3495 * cp-tree.h (start_decl): Take pointer to pushed scope, not bool. 3499 * decl.c (start_decl): Adjust.
|
| H A 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 …]
|
| H A D | ChangeLog-2006 | 570 * decl.c (start_decl): Return error_mark_node if a 1180 * decl.c (start_decl): Return error_mark_node if a 1595 * decl.c (start_decl): Check that dllimports are not initialized. 1645 (start_decl): Do not check have_extern_spec. 1841 (start_decl): Likewise. Adjust call to start_decl_1. 2830 * decl.c (start_decl): Use have_global_bss_p when deciding
|
| H A D | ChangeLog-2014 | 533 * decl.c (start_decl): Set cp_function_chain->invalid_constexpr. 965 * decl.c (start_decl): Complain about static/thread_local vars 1206 * decl.c (start_decl): Handle specialization of member variable 1226 (duplicate_decls, start_decl): Likewise. 1316 * decl.c (start_decl): Don't complain about extra template header 1319 * decl.c (start_decl): Look through member variable template. 1735 * decl.c (duplicate_decls, start_decl): Likewise.
|
| H A 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 …]
|
| H A D | ChangeLog-2008 | 665 * decl.c (start_decl): Use them. 1269 (start_decl): initialized==2 means deleted. 1281 * parser.c (cp_parser_init_declarator): Tell start_decl about =delete. 1618 check_tag_decl, start_decl, check_class_member_definition_namespace, 2610 (start_decl): In that case, set ATTR_FLAG_TYPE_IN_PLACE.
|
| H A D | ChangeLog-2012 | 1129 (start_decl): Remove redundant diagnostic. 1779 (start_decl): Remove code for flag_conserve_space. 1992 (start_decl, grokvardecl, grokdeclarator): Use the new 2477 * decl.c (start_decl): Don't call maybe_apply_pragma_weak
|
| H A 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.
|
| H A D | ChangeLog-2020 | 402 (start_decl): Reject local-extern in a module, adjust linkage of 930 * decl.c (start_decl): Set DECL_INITIAL for initialized decls 2227 * decl.c (start_decl): Drop default args to duplicate_decls. 2478 * decl.c (start_decl): No need to retrofit_lang_decl for constinit 2489 * decl.c (start_decl): Set DECL_LOCAL_DECL_P for local externs. 4012 (start_decl): If INITIALIZED is SD_DECOMPOSITION, call 4016 to start_decl. 4314 (start_decl): Not here.
|
| H A D | ChangeLog-2019 | 1238 (start_decl): Adjust diagnostics for static or thread_local variables 2611 * decl.c (start_decl): Call retrofit_lang_decl for constinit variables. 3647 * decl.c (start_decl): Same. 3912 (start_decl): Same. 5460 * decl.c (start_decl): Improve error location. 5543 * decl.c (start_decl): Improve error location. 5602 * decl.c (start_decl): Improve permerror location. 5614 * decl.c (start_decl): Improve two error_at locations.
|
| H A 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.
|
| H A 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.
|
| H A D | ChangeLog-1993 | 582 (start_decl): Likewise.
|
| H A D | ChangeLog-2015 | 2235 (check_goto, start_decl, check_for_uninitialized_const_var, 2505 (start_decl, register_dtor_fn, grokdeclarator): Likewise. 3358 * decl.c (start_decl): Don't push the plain VAR_DECL for a 4178 (start_decl): Don't set DECL_DELETED_FN here.
|
| H A D | ChangeLog-2010 | 861 (start_decl): Not here. Don't ICE on constexpr reference. 1355 (start_decl): Use CP_DECL_CONTEXT and test TYPE_P 2367 (start_decl): Treat aliases as definitions. 2928 * decl.c (start_decl): Likewise.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | genautomata.cc | 2878 loop_in_regexp (regexp_t regexp, decl_t start_decl) in loop_in_regexp() argument 2890 if (start_decl->mode == dm_reserv in loop_in_regexp() 2891 && REGEXP_RESERV (regexp)->reserv_decl == DECL_RESERV (start_decl)) in loop_in_regexp() 2902 start_decl); in loop_in_regexp() 2907 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl)) in loop_in_regexp() 2913 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl)) in loop_in_regexp() 2919 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl)) in loop_in_regexp() 2924 return loop_in_regexp (REGEXP_REPEAT (regexp)->regexp, start_decl); in loop_in_regexp()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | genautomata.c | 2878 loop_in_regexp (regexp_t regexp, decl_t start_decl) in loop_in_regexp() argument 2890 if (start_decl->mode == dm_reserv in loop_in_regexp() 2891 && REGEXP_RESERV (regexp)->reserv_decl == DECL_RESERV (start_decl)) in loop_in_regexp() 2902 start_decl); in loop_in_regexp() 2907 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl)) in loop_in_regexp() 2913 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl)) in loop_in_regexp() 2919 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl)) in loop_in_regexp() 2924 return loop_in_regexp (REGEXP_REPEAT (regexp)->regexp, start_decl); in loop_in_regexp()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
| H A D | ChangeLog | 4018 call start_var_decl() and finish_var_decl() instead of start_decl() 4022 start_decl() and finish_decl(); always mark module descriptor as 4032 start_var_decl() and finish_var_decl() instead of start_decl() and 4049 start_var_decl() and finish_var_decl() instead of start_decl() and 4087 finish_var_decl() instead of start_decl() and finish_decl(). 4092 instead of start_decl() and finish_decl(); do not call groktypename(). 4176 (generate_classref_translation_entry): Do not call start_decl(); call
|