Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c493 static GTY(()) struct c_scope *current_function_scope; variable
1032 current_scope->outer_function = current_function_scope; in push_scope()
1033 current_function_scope = current_scope; in push_scope()
1138 if (s == current_function_scope) in update_label_decls()
1403 current_function_scope = scope->outer_function; in pop_scope()
1617 if (!VAR_P (decl) || current_function_scope == NULL) in c_bind()
1637 scope = current_function_scope; in c_bind()
3750 scope = current_function_scope ? current_function_scope : current_scope; in undeclared_variable()
3789 if (current_function_scope == 0) in lookup_label()
3814 bind_label (name, label, current_function_scope, label_vars); in lookup_label()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc502 static GTY(()) struct c_scope *current_function_scope; variable
1041 current_scope->outer_function = current_function_scope; in push_scope()
1042 current_function_scope = current_scope; in push_scope()
1147 if (s == current_function_scope) in update_label_decls()
1415 current_function_scope = scope->outer_function; in pop_scope()
1629 if (!VAR_P (decl) || current_function_scope == NULL) in c_bind()
1649 scope = current_function_scope; in c_bind()
3814 scope = current_function_scope ? current_function_scope : current_scope; in undeclared_variable()
3853 if (current_function_scope == 0) in lookup_label()
3878 bind_label (name, label, current_function_scope, label_vars); in lookup_label()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200312571 current_function_scope.
12888 (current_function_level): Now current_function_scope.
H A DChangeLog-20068094 current_function_decl is set but current_function_scope is not.
H A DChangeLog-200437432 is nonnull but current_function_scope is null, use current_scope.