Searched refs:binding_slot (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | name-lookup.h | 77 struct GTY(()) binding_slot { struct 87 binding_slot &operator= (tree t) argument 130 binding_slot slots[BINDING_VECTOR_SLOTS_PER_CLUSTER];
|
H A D | ptree.cc | 311 binding_slot &slot = cluster->slots[jx]; in cxx_print_xnode()
|
H A D | name-lookup.cc | 141 static binding_slot * 204 binding_slot *mslot; in init_global_partition() 329 static binding_slot * 1668 if (binding_slot *mslot = search_imported_binding_slot (slot, module)) in search_adl() 3502 binding_slot &orig in maybe_record_mergeable_decl() 4036 binding_slot *mslot = append_imported_binding_slot (slot, name, mod); in import_module_binding() 4065 binding_slot *mslot = search_imported_binding_slot (slot, mod); in set_module_binding() 8816 binding_slot &slot = cluster.slots[BINDING_SLOT_CURRENT]; in push_namespace()
|
H A D | module.cc | 2546 depset **binding_slot (tree ctx, tree name, bool = true); 3530 bool load_section (unsigned snum, binding_slot *mslot); 3532 bool lazy_load (unsigned index, binding_slot *mslot); 3829 static vec<binding_slot, va_heap, vl_embed> *entity_ary; 9683 binding_slot *slot = &(*entity_ary)[from->entity_lwm + ident]; in tree_node() 12331 depset::hash::binding_slot (tree ctx, tree name, bool insert) in binding_slot() function in depset::hash 12351 depset **slot = binding_slot (ctx, name, false); in find_binding() 12697 depset **slot = data->hash->binding_slot (data->ns, in add_binding_entity() 14944 binding_slot &slot = (*entity_ary)[from->entity_lwm + ns_num]; in read_namespace() 15218 for (binding_slot *slot = entity_ary->begin () + entity_lwm; count--; slot++) in read_entities() [all …]
|
H A D | cp-tree.h | 7225 binding_slot *bslot);
|
H A D | ChangeLog-2020 | 829 * name-lookup.h (struct binding_slot): New.
|