Home
last modified time | relevance | path

Searched refs:grokparms (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19952709 * 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 DChangeLog-1996791 (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 DChangeLog-2007195 (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 DChangeLog-20041564 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 DChangeLog-20161074 (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 DChangeLog-1998863 (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 DChangeLog-2009246 * decl.c (grokparms, grok_op_properties): Put the diagnostics in full
2515 (grokparms): Check targetm.invalid_parameter_type.
2649 (grokparms): Likewise.
H A DChangeLog-2001942 start_handler_parms, grokdeclarator, grokparms, start_function,
1809 * decl.c (grokparms): Likewise.
3660 * decl.c (grokparms): Unobfuscate and get correct diagnostic for
H A DChangeLog-19971013 * decl.c (grokparms): Don't bash a permanent list node if we're
1625 * decl.c (grokparms): Handle DEFAULT_ARG.
H A DChangeLog-20022144 (grokparms): Don't mess with DECL_ARG_TYPE.
3178 * decl.c (grokdeclarator, grokparms): Update.
4071 (grokparms): Likewise.
H A DChangeLog-2008613 (grokparms): PARMLIST is a tree now. Warn about parms that
2444 check_initializer, cp_finish_decl, build_ptrmemfunc_type, grokparms,
H A DChangeLog-2005238 * decl.c (grokparms): Do not allow typedef-names in a '(void)'
590 (grokparms): Only call check_default_argument when not processing
H A DChangeLog-20142061 * decl.c (grokparms): Accept a single parameter of type 'void'.
2123 * decl.c (grokparms): Improve error message about void parameters.
H A DChangeLog-20182751 * decl.c (grokparms, static_fn_type): Likewise.
4129 * decl.c (grokparms): Likewise.
4131 around grokparms call for out of class member definitions.
H A DChangeLog-20201065 (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 DChangeLog-19992215 (grokparms): Don't check TREE_PERMANENT when building up lists.
3703 (grokparms): Likewise.
6623 (grokparms): Here.
H A DChangeLog-2000424 * 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 DChangeLog-20171484 mark_inline_variable, grokdeclarator, grokparms, xref_basetypes,
2484 * decl.c (grokparms): Downgrade error about array of unknown bound
H A DChangeLog-20032288 * decl.c (grokparms): Use cp_build_qualified_type instead
2733 (grokparms): Remove OFFSET_TYPE error message.
H A Ddecl.cc13135 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 Dc-decl.c604 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 Dc-decl.cc613 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 DChangeLog1837 * 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 Ddecl.c12439 arg_types = grokparms (declarator->u.function.parameters, &parms); in grokdeclarator()
14056 grokparms (tree parmlist, tree *parms) in grokparms() function
H A Dcp-tree.h6571 extern tree grokparms (tree, tree *);

12