Home
last modified time | relevance | path

Searched refs:current_function_scope (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-decl.c364 static GTY(()) struct c_scope *current_function_scope; variable
657 current_scope->outer_function = current_function_scope; in push_scope()
658 current_function_scope = current_scope; in push_scope()
913 current_function_scope = scope->outer_function; in pop_scope()
2536 scope = current_function_scope ? current_function_scope : current_scope; in undeclared_variable()
2591 bind (name, label, current_function_scope, in lookup_label()
2668 bind (name, label, current_function_scope, in define_label()
2873 && (!errorcount || current_function_scope)) in c_make_fname_decl()
2876 bind (id, decl, current_function_scope, in c_make_fname_decl()
6889 else if (!in_system_header && !current_function_scope in store_parm_decls_newstyle()
H A DChangeLog-20061010 current_function_decl is set but current_function_scope is not.
H A DChangeLog-200312571 current_function_scope.
12888 (current_function_level): Now current_function_scope.
H A DChangeLog-200437432 is nonnull but current_function_scope is null, use current_scope.