Searched refs:current_function_arg_info (Results 1 – 2 of 2) sorted by relevance
120 static struct c_arg_info *current_function_arg_info; variable5383 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()
16104 * c-decl.c (current_function_arg_info): New.