Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-decl.c106 static struct c_arg_info *current_function_arg_info; variable
6061 current_function_arg_info = arg_info; in grokdeclarator()
8250 current_function_arg_info = arg_info; in store_parm_decls_from()
8268 struct c_arg_info *arg_info = current_function_arg_info; in store_parm_decls()
8269 current_function_arg_info = 0; in store_parm_decls()
8583 p->arg_info = current_function_arg_info; in c_push_function_context()
8621 current_function_arg_info = p->arg_info; in c_pop_function_context()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c104 static struct c_arg_info *current_function_arg_info; variable
6979 current_function_arg_info = arg_info; in grokdeclarator()
9291 current_function_arg_info = arg_info; in store_parm_decls_from()
9324 struct c_arg_info *arg_info = current_function_arg_info; in store_parm_decls()
9325 current_function_arg_info = 0; in store_parm_decls()
9699 p->arg_info = current_function_arg_info; in c_push_function_context()
9739 current_function_arg_info = p->arg_info; in c_pop_function_context()