Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c10993 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
10999 require_complete_types_for_parms (current_function_parms); in check_function_type()
11056 tree current_function_parms; in start_preparsed_function() local
11151 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() argument
11539 if (current_function_parms) in store_parm_decls()
11546 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
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200438830 (last_function_parm_others, current_function_parms)