Home
last modified time | relevance | path

Searched refs:get_parm_array_spec (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog357 * c-decl.c (get_parm_array_spec): Strip casts earlier and fold array
663 * c-decl.c (get_parm_array_spec): Strip nops.
846 * c-decl.c (get_parm_array_spec): Avoid erroneous VLA bounds.
1051 * c-decl.c (get_parm_array_spec): Bail out of nelts is
1184 * c-decl.c (get_parm_array_spec): Handle static VLA parameters.
1193 (get_parm_array_spec): Define new function.
1194 (push_parm_decl): Call get_parm_array_spec.
H A Dc-decl.cc5758 get_parm_array_spec (const struct c_parm *parm, tree attrs) in get_parm_array_spec() function
5931 attrs = get_parm_array_spec (parm, attrs); in push_parm_decl()