Searched refs:current_function_parms (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | decl.c | 10451 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument 10457 require_complete_types_for_parms (current_function_parms); in check_function_type() 10508 tree current_function_parms; in start_preparsed_function() local 10603 current_function_parms = DECL_ARGUMENTS (decl1); in start_preparsed_function() 10608 check_function_type (decl1, current_function_parms); in start_preparsed_function() 10829 store_parm_decls (current_function_parms); in start_preparsed_function() 10895 store_parm_decls (tree current_function_parms) in store_parm_decls() argument 10905 if (current_function_parms) in store_parm_decls() 10912 tree specparms = current_function_parms; in store_parm_decls()
|
H A D | ChangeLog-1999 | 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
|
H A D | ChangeLog-2000 | 1077 (current_function_parms): Don't define. 1093 (init_decl_processing): Don't add current_function_parms as a GC
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl.c | 14252 check_function_type (decl, current_function_parms) in check_function_type() argument 14254 tree current_function_parms; 14260 require_complete_types_for_parms (current_function_parms); 14321 tree current_function_parms; local 14475 current_function_parms = last_function_parms; 14481 check_function_type (decl1, current_function_parms); 14661 store_parm_decls (current_function_parms); 14673 store_parm_decls (current_function_parms) in store_parm_decls() argument 14674 tree current_function_parms; in store_parm_decls() 14684 if (current_function_parms) [all …]
|
H A D | ChangeLog.2 | 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
|
H A D | ChangeLog | 10949 (current_function_parms): Don't define. 10965 (init_decl_processing): Don't add current_function_parms as a GC
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | c-decl.c | 96 static tree current_function_parms; variable 5855 current_function_parms = last_function_parms; 6045 tree specparms = current_function_parms; in store_parm_decls()
|