Searched refs:current_function_parms (Results 1 – 4 of 4) sorted by relevance
10993 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument10999 require_complete_types_for_parms (current_function_parms); in check_function_type()11056 tree current_function_parms; in start_preparsed_function() local11151 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()11156 check_function_type (decl1, current_function_parms); in start_preparsed_function()11383 store_parm_decls (current_function_parms); in start_preparsed_function()11529 store_parm_decls (tree current_function_parms) in store_parm_decls() argument11539 if (current_function_parms) in store_parm_decls()11546 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)