Searched refs:function_scope (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c16220 tree function_scope;
16230 function_scope = current_function_decl;
16231 if (function_scope)
16232 push_function_context_to (function_scope);
16255 if (function_scope)
16256 pop_function_context_from (function_scope);
16218 tree function_scope; local

Completed in 179 milliseconds