Home
last modified time | relevance | path

Searched refs:current_function_parms (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c16078 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
16084 require_complete_types_for_parms (current_function_parms); in check_function_type()
16193 tree current_function_parms; in start_preparsed_function() local
16391 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()
16565 store_parm_decls (current_function_parms); in start_preparsed_function()
16687 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
16696 if (current_function_parms) in store_parm_decls()
16703 tree specparms = current_function_parms; in store_parm_decls()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc16930 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
16936 require_complete_types_for_parms (current_function_parms); in check_function_type()
17228 tree current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function() local
17404 store_parm_decls (current_function_parms); in start_preparsed_function()
17524 store_parm_decls (tree current_function_parms) in store_parm_decls() argument
17533 if (current_function_parms) in store_parm_decls()
17540 tree specparms = current_function_parms; in store_parm_decls()
H A DChangeLog-19992690 current_lang_base, current_lang_name, current_function_parms,
2702 (current_function_parms, current_lang_base): Remove.
6725 * decl.c (start_function): Use current_function_parms in the call
H A DChangeLog-20001077 (current_function_parms): Don't define.
1093 (init_decl_processing): Don't add current_function_parms as a GC
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200438830 (last_function_parm_others, current_function_parms)