Lines Matching refs:current_function_scope
502 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()
4097 bind_label (name, label, current_function_scope, label_vars); in define_label()
4564 && current_function_scope) in c_make_fname_decl()
4567 bind (id, decl, current_function_scope, in c_make_fname_decl()
7259 if (current_function_scope) in grokdeclarator()
9770 && !current_function_scope in store_parm_decls_newstyle()