Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Ddecl.c12605 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
12611 require_complete_types_for_parms (current_function_parms); in check_function_type()
12675 tree current_function_parms; in start_preparsed_function() local
12775 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() argument
13112 if (current_function_parms) in store_parm_decls()
13119 tree specparms = current_function_parms; in store_parm_decls()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c14839 check_function_type (tree decl, tree current_function_parms) in check_function_type() argument
14845 require_complete_types_for_parms (current_function_parms); in check_function_type()
14957 tree current_function_parms; in start_preparsed_function() local
15155 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() argument
15431 if (current_function_parms) in store_parm_decls()
15438 tree specparms = current_function_parms; in store_parm_decls()