Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c433 struct c_scope *outer_function; member
1032 current_scope->outer_function = current_function_scope; in push_scope()
1403 current_function_scope = scope->outer_function; in pop_scope()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc442 struct c_scope *outer_function; member
1041 current_scope->outer_function = current_function_scope; in push_scope()
1415 current_function_scope = scope->outer_function; in pop_scope()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20032315 * function.c: Make outer_function-chain external.
13142 Add outer_function field. Change parm_flag, function_body,