Searched refs:current_function_parms (Results 1 – 5 of 5) sorted by relevance
16078 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument16084 require_complete_types_for_parms (current_function_parms); in check_function_type()16193 tree current_function_parms; in start_preparsed_function() local16391 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() argument16696 if (current_function_parms) in store_parm_decls()16703 tree specparms = current_function_parms; in store_parm_decls()
16930 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument16936 require_complete_types_for_parms (current_function_parms); in check_function_type()17228 tree current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function() local17404 store_parm_decls (current_function_parms); in start_preparsed_function()17524 store_parm_decls (tree current_function_parms) in store_parm_decls() argument17533 if (current_function_parms) in store_parm_decls()17540 tree specparms = current_function_parms; in store_parm_decls()
2690 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
1077 (current_function_parms): Don't define.1093 (init_decl_processing): Don't add current_function_parms as a GC
38830 (last_function_parm_others, current_function_parms)