Searched refs:current_function_scope (Results 1 – 2 of 2) sorted by relevance
419 static GTY(()) struct c_scope *current_function_scope; variable909 current_scope->outer_function = current_function_scope; in push_scope()910 current_function_scope = current_scope; in push_scope()1017 if (s == current_function_scope) in update_label_decls()1277 current_function_scope = scope->outer_function; in pop_scope()3015 scope = current_function_scope ? current_function_scope : current_scope; in undeclared_variable()3056 if (current_function_scope == 0) in lookup_label()3081 bind_label (name, label, current_function_scope, label_vars); in lookup_label()3299 bind_label (name, label, current_function_scope, label_vars); in define_label()3573 && (!seen_error () || current_function_scope)) in c_make_fname_decl()[all …]
493 static GTY(()) struct c_scope *current_function_scope; variable1011 current_scope->outer_function = current_function_scope; in push_scope()1012 current_function_scope = current_scope; in push_scope()1117 if (s == current_function_scope) in update_label_decls()1382 current_function_scope = scope->outer_function; in pop_scope()1595 if (!VAR_P (decl) || current_function_scope == NULL) in c_bind()1615 scope = current_function_scope; in c_bind()3522 scope = current_function_scope ? current_function_scope : current_scope; in undeclared_variable()3561 if (current_function_scope == 0) in lookup_label()3586 bind_label (name, label, current_function_scope, label_vars); in lookup_label()[all …]