Searched refs:current_function_parms (Results 1 – 2 of 2) sorted by relevance
12605 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument12611 require_complete_types_for_parms (current_function_parms); in check_function_type()12675 tree current_function_parms; in start_preparsed_function() local12775 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()12780 check_function_type (decl1, current_function_parms); in start_preparsed_function()13031 store_parm_decls (current_function_parms); in start_preparsed_function()13102 store_parm_decls (tree current_function_parms) in store_parm_decls() argument13112 if (current_function_parms) in store_parm_decls()13119 tree specparms = current_function_parms; in store_parm_decls()
14839 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument14845 require_complete_types_for_parms (current_function_parms); in check_function_type()14957 tree current_function_parms; in start_preparsed_function() local15155 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function()15328 store_parm_decls (current_function_parms); in start_preparsed_function()15421 store_parm_decls (tree current_function_parms) in store_parm_decls() argument15431 if (current_function_parms) in store_parm_decls()15438 tree specparms = current_function_parms; in store_parm_decls()