Searched refs:store_parm_decls (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-tree.h491 extern void store_parm_decls (void);
H A Dc-decl.c651 next_is_function_body is set only by store_parm_decls, which
874 already been put there by store_parm_decls. Unused-
4151 Then store_parm_decls will reject it and not use it as a parm. */
4969 block where store_parm_decls will look for it. */
5214 This structure is later fed to 'grokparms' and 'store_parm_decls'.
6462 /* Subroutine of store_parm_decls which handles new-style function
6525 /* Subroutine of store_parm_decls which handles old-style function
6773 store_parm_decls ();
6784 store_parm_decls (void)
6756 store_parm_decls (void) function
H A Dc-parser.c1424 store_parm_decls ();
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c104 static void store_parm_decls (tree);
5207 /* Parameters are handled by store_parm_decls, not cp_finish_decl. */
10701 where store_parm_decls will find them. */
10807 wait until `store_parm_decls', since evil parse errors may
10934 store_parm_decls (current_function_parms);
11001 store_parm_decls (tree current_function_parms)
10980 store_parm_decls (tree current_function_parms) function

Completed in 170 milliseconds