Home
last modified time | relevance | path

Searched refs:current_function_arg_info (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc113 static struct c_arg_info *current_function_arg_info; variable
7652 current_function_arg_info = arg_info; in grokdeclarator()
9713 tree parms = current_function_arg_info->parms; in start_function()
10118 current_function_arg_info = arg_info; in store_parm_decls_from()
10154 struct c_arg_info *arg_info = current_function_arg_info; in store_parm_decls()
10155 current_function_arg_info = 0; in store_parm_decls()
10535 p->arg_info = current_function_arg_info; in c_push_function_context()
10574 current_function_arg_info = p->arg_info; in c_pop_function_context()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c104 static struct c_arg_info *current_function_arg_info; variable
7331 current_function_arg_info = arg_info; in grokdeclarator()
9721 current_function_arg_info = arg_info; in store_parm_decls_from()
9757 struct c_arg_info *arg_info = current_function_arg_info; in store_parm_decls()
9758 current_function_arg_info = 0; in store_parm_decls()
10139 p->arg_info = current_function_arg_info; in c_push_function_context()
10179 current_function_arg_info = p->arg_info; in c_pop_function_context()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200416104 * c-decl.c (current_function_arg_info): New.