Lines Matching defs:scope
333 struct c_scope *scope; member
513 #define SCOPE_LIST_APPEND(scope, list, decl) do { \ argument
708 bind (tree name, tree decl, struct c_scope *scope, bool invisible, in bind()
788 bind_label (tree name, tree label, struct c_scope *scope, in bind_label()
899 update_spot_bindings (struct c_scope *scope, struct c_spot_bindings *p) in update_spot_bindings()
931 struct c_scope *scope; in objc_mark_locals_volatile() local
1026 struct c_scope *scope; in push_scope() local
1064 update_label_decls (struct c_scope *scope) in update_label_decls()
1142 struct c_scope *scope = current_scope; in pop_scope() local
1446 struct c_scope *scope; in c_bindings_start_stmt_expr() local
1479 struct c_scope *scope; in c_bindings_end_stmt_expr() local
1592 struct c_scope *scope; in c_bind() local
2857 struct c_scope *scope = current_scope; in pushdecl() local
3478 struct c_scope *scope; in undeclared_variable() local
3707 struct c_scope *scope; in check_earlier_gotos() local
3846 struct c_scope *scope; in c_check_switch_jump_warnings() local
3993 lookup_name_in_scope (tree name, struct c_scope *scope) in lookup_name_in_scope()
4044 for (c_scope *scope = current_scope; scope; scope = scope->outer) in lookup_name_fuzzy() local