/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-1995 | 2709 * decl.c (grokparms): Catch a PARM_DECL being used for a default 3039 * decl.c (grokparms): Fine, just don't call 3047 * decl.c (grokparms): Don't strip REFERENCE_TYPE before calling 3055 * decl.c (grokparms): Don't do anything with the return value of 3417 * decl.c (grokparms): Don't try to build up a reference at this point. 3470 * decl.c (grokparms): Put back call to require_instantiated_type. 3533 (grokparms): Only do convert_for_initialization if the initializer 3560 * decl.c (grokparms): Call convert_for_initialization to check 3685 (grokparms): Instead of here.
|
H A D | ChangeLog-1996 | 791 (grokparms): Eliminate the throw spec parameter to grokdeclarator. 862 * decl.c (grokparms): Use can_convert_arg instead of 1113 * decl.c (grokparms): Don't check default args in templates. 1120 * decl.c (grokparms): Check the type of the default arg. 2771 * decl.c (grokparms): Likewise. 3452 (grokparms): Delete unused var SAW_VOID.
|
H A D | ChangeLog-2007 | 195 (grokparms): Disallow parameters with extern "Java" 2204 * decl.c (grokparms): Changed message format from %qD to %qE. 2242 * decl.c (grokparms): Added new error for duplicate function 2604 (grokparms): Verify that the (optional) function parameter pack is
|
H A D | ChangeLog-2004 | 1564 grokdeclarator, check_default_argument, grokparms, 4057 * decl.c (grokparms): Give the PARM_DECL reference type if the 4399 * decl.c (grokparms): Give the PARM_DECL reference type if the 4441 (grokparms): Likewise. 4547 (grokparms): Likewise. 5571 * decl.c (grokparms): Return the PARM_DECLs directly, rather than
|
H A D | ChangeLog-2016 | 1074 (grokparms): Don't handle TYPE_FOR_JAVA. 2637 (grokparms): Remove errmsg and use of 4154 (grokparms): Invoke strip_top_quals instead of directly invoking 4214 (grokparms): Invoke strip_top_quals instead of directly invoking
|
H A D | ChangeLog-1998 | 863 (grokparms): Likewise. 1007 (grokparms): Or here. 2038 * decl.c (grokparms): Distinguish between references and pointers 2613 * decl.c (grokparms): No, here. 3716 * decl.c (grokparms): Check that INIT isn't an error_mark_node 5215 (grokparms): Likewise. 6403 (grokparms): Initialize `type' to NULL_TREE.
|
H A D | ChangeLog-2009 | 246 * decl.c (grokparms, grok_op_properties): Put the diagnostics in full 2515 (grokparms): Check targetm.invalid_parameter_type. 2649 (grokparms): Likewise.
|
H A D | ChangeLog-2001 | 942 start_handler_parms, grokdeclarator, grokparms, start_function, 1809 * decl.c (grokparms): Likewise. 3660 * decl.c (grokparms): Unobfuscate and get correct diagnostic for
|
H A D | ChangeLog-1997 | 1013 * decl.c (grokparms): Don't bash a permanent list node if we're 1625 * decl.c (grokparms): Handle DEFAULT_ARG.
|
H A D | ChangeLog-2002 | 2144 (grokparms): Don't mess with DECL_ARG_TYPE. 3178 * decl.c (grokdeclarator, grokparms): Update. 4071 (grokparms): Likewise.
|
H A D | ChangeLog-2008 | 613 (grokparms): PARMLIST is a tree now. Warn about parms that 2444 check_initializer, cp_finish_decl, build_ptrmemfunc_type, grokparms,
|
H A D | ChangeLog-2005 | 238 * decl.c (grokparms): Do not allow typedef-names in a '(void)' 590 (grokparms): Only call check_default_argument when not processing
|
H A D | ChangeLog-2014 | 2061 * decl.c (grokparms): Accept a single parameter of type 'void'. 2123 * decl.c (grokparms): Improve error message about void parameters.
|
H A D | ChangeLog-2018 | 2751 * decl.c (grokparms, static_fn_type): Likewise. 4129 * decl.c (grokparms): Likewise. 4131 around grokparms call for out of class member definitions.
|
H A D | ChangeLog-2020 | 1065 (grokdeclarator, grokparms, complete_vars): Not here. 1375 (grokparms): Also break when explicit_void_list_node. 3956 * decl.c (grokparms): Return NULL_TREE if any parms were erroneous.
|
H A D | ChangeLog-1999 | 2215 (grokparms): Don't check TREE_PERMANENT when building up lists. 3703 (grokparms): Likewise. 6623 (grokparms): Here.
|
H A D | ChangeLog-2000 | 424 * decl.c (grokparms): Don't even function types of `void' type, 429 * decl.c (grokparms): Don't create parameters of `void' type. 449 (grokparms): Remove bitrot. Remove funcdef parm.
|
H A D | ChangeLog-2017 | 1484 mark_inline_variable, grokdeclarator, grokparms, xref_basetypes, 2484 * decl.c (grokparms): Downgrade error about array of unknown bound
|
H A D | ChangeLog-2003 | 2288 * decl.c (grokparms): Use cp_build_qualified_type instead 2733 (grokparms): Remove OFFSET_TYPE error message.
|
H A D | decl.cc | 13135 arg_types = grokparms (declarator->u.function.parameters, &parms); in grokdeclarator() 14842 grokparms (tree parmlist, tree *parms) in grokparms() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 604 static tree grokparms (struct c_arg_info *, bool); 6751 arg_types = grokparms (arg_info, really_funcdef); in grokdeclarator() 7529 grokparms (struct c_arg_info *arg_info, bool funcdef_flag) in grokparms() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 613 static tree grokparms (struct c_arg_info *, bool); 7075 arg_types = grokparms (arg_info, really_funcdef); in grokdeclarator() 7850 grokparms (struct c_arg_info *arg_info, bool funcdef_flag) in grokparms() function
|
H A D | ChangeLog | 1837 * c-decl.c (grokparms): Convert () in a function definition to 3855 (grokparms): Likewise. 4885 (grokparms): Remove errmsg and use of 7590 (check_bitfield_type_and_width, grokdeclarator, grokparms,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 12439 arg_types = grokparms (declarator->u.function.parameters, &parms); in grokdeclarator() 14056 grokparms (tree parmlist, tree *parms) in grokparms() function
|
H A D | cp-tree.h | 6571 extern tree grokparms (tree, tree *);
|