Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-decl.c120 static struct c_arg_info *current_function_arg_info; variable
5383 current_function_arg_info = arg_info; in grokdeclarator()
7177 current_function_arg_info = arg_info; in store_parm_decls_from()
7195 struct c_arg_info *arg_info = current_function_arg_info; in store_parm_decls()
7196 current_function_arg_info = 0; in store_parm_decls()
7540 p->arg_info = current_function_arg_info; in c_push_function_context()
7571 current_function_arg_info = p->arg_info; in c_pop_function_context()
H A DChangeLog-200416104 * c-decl.c (current_function_arg_info): New.