Lines Matching refs:mslot

205   binding_slot *mslot;  in init_global_partition()  local
207 mslot = &cluster[0].slots[BINDING_SLOT_GLOBAL]; in init_global_partition()
209 mslot = &cluster[BINDING_SLOT_PARTITION in init_global_partition()
214 if (*mslot) in init_global_partition()
215 decl = ovl_make (decl, *mslot); in init_global_partition()
216 *mslot = decl; in init_global_partition()
226 *mslot = ovl_make (TYPE_NAME (type), *mslot); in init_global_partition()
1687 if (binding_slot *mslot = search_imported_binding_slot (slot, module)) in search_adl() local
1689 if (mslot->is_lazy ()) in search_adl()
1690 lazy_load_binding (module, ctx, name, mslot); in search_adl()
1692 if (tree bind = *mslot) in search_adl()
3650 tree *mslot = NULL; /* Current module slot in namespace. */ in do_pushdecl() local
3665 mslot = get_fixed_binding_slot (slot, name, BINDING_SLOT_CURRENT, in do_pushdecl()
3667 old = MAYBE_STAT_DECL (*mslot); in do_pushdecl()
3736 decl = update_binding (NULL, binding, mslot, old, in do_pushdecl()
3786 mslot = get_fixed_binding_slot (slot, name, BINDING_SLOT_CURRENT, true); in do_pushdecl()
3789 old = MAYBE_STAT_DECL (*mslot); in do_pushdecl()
3792 old = update_binding (level, binding, mslot, old, decl, hiding); in do_pushdecl()
3864 tree *mslot = find_namespace_slot (ns, name, true); in mergeable_namespace_slots() local
3866 (mslot, name, is_global ? BINDING_SLOT_GLOBAL : BINDING_SLOT_PARTITION, true); in mergeable_namespace_slots()
3868 gcc_checking_assert (TREE_CODE (*mslot) == BINDING_VECTOR); in mergeable_namespace_slots()
3869 *vec = *mslot; in mergeable_namespace_slots()
4054 binding_slot *mslot = append_imported_binding_slot (slot, name, mod); in import_module_binding() local
4056 if (mslot->is_lazy () || *mslot) in import_module_binding()
4060 mslot->set_lazy (snum); in import_module_binding()
4083 binding_slot *mslot = search_imported_binding_slot (slot, mod); in set_module_binding() local
4085 if (!mslot || !mslot->is_lazy ()) in set_module_binding()
4105 *mslot = bind; in set_module_binding()
6232 tree *mslot = get_fixed_binding_slot (slot, name, in finish_nonmember_using_decl() local
6236 if (mslot != slot) in finish_nonmember_using_decl()
6304 tree value = MAYBE_STAT_DECL (*mslot); in finish_nonmember_using_decl()
6305 tree type = MAYBE_STAT_TYPE (*mslot); in finish_nonmember_using_decl()
6310 if (STAT_HACK_P (*mslot)) in finish_nonmember_using_decl()
6312 STAT_DECL (*mslot) = value; in finish_nonmember_using_decl()
6313 STAT_TYPE (*mslot) = type; in finish_nonmember_using_decl()
6316 *mslot = stat_hack (value, type); in finish_nonmember_using_decl()
6318 *mslot = value; in finish_nonmember_using_decl()
8962 tree *mslot = &(tree &)*append_imported_binding_slot (slot, name, import); in add_imported_namespace() local
8964 gcc_assert (!*mslot); in add_imported_namespace()
8965 *mslot = visible_p ? decl : stat_hack (decl, NULL_TREE); in add_imported_namespace()