HomeSort by: relevance | last modified time | path
    Searched defs:mslot (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
PathTree.cc 641 Slot *mslot = mslots[midx]; local
644 INCREMENT_METRIC (mslot, node_idx, mval);
1773 Slot * mslot = SLOT_IDX (i); local
1774 if (mslot)
1775 INCREMENT_METRIC (mslot, local_node_idx, mval);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PathTree.cc 641 Slot *mslot = mslots[midx]; local
644 INCREMENT_METRIC (mslot, node_idx, mval);
1773 Slot * mslot = SLOT_IDX (i); local
1774 if (mslot)
1775 INCREMENT_METRIC (mslot, local_node_idx, mval);
  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 204 binding_slot *mslot; local
206 mslot = &cluster[BINDING_SLOT_PARTITION
211 mslot = &cluster[0].slots[BINDING_SLOT_GLOBAL];
213 if (*mslot)
214 decl = ovl_make (decl, *mslot);
215 *mslot = decl;
225 *mslot = ovl_make (TYPE_NAME (type), *mslot);
1673 if (binding_slot *mslot = search_imported_binding_slot (slot, module))
1675 if (mslot->is_lazy ()
3877 tree *mslot = NULL; \/* Current module slot in namespace. *\/ local
4130 tree *mslot = find_namespace_slot (ns, name, true); local
4147 tree *mslot = find_namespace_slot (ns, name, false); local
4337 binding_slot *mslot = append_imported_binding_slot (slot, name, mod); local
4366 binding_slot *mslot = search_imported_binding_slot (slot, mod); local
6626 tree *mslot = get_fixed_binding_slot (slot, name, local
9241 tree *mslot = &(tree &)*append_imported_binding_slot (slot, name, import); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 204 binding_slot *mslot; local
206 mslot = &cluster[0].slots[BINDING_SLOT_GLOBAL];
208 mslot = &cluster[BINDING_SLOT_PARTITION
213 if (*mslot)
214 decl = ovl_make (decl, *mslot);
215 *mslot = decl;
225 *mslot = ovl_make (TYPE_NAME (type), *mslot);
1668 if (binding_slot *mslot = search_imported_binding_slot (slot, module))
1670 if (mslot->is_lazy ()
3645 tree *mslot = NULL; \/* Current module slot in namespace. *\/ local
3849 tree *mslot = find_namespace_slot (ns, name, true); local
4039 binding_slot *mslot = append_imported_binding_slot (slot, name, mod); local
4068 binding_slot *mslot = search_imported_binding_slot (slot, mod); local
6209 tree *mslot = get_fixed_binding_slot (slot, name, local
8955 tree *mslot = &(tree &)*append_imported_binding_slot (slot, name, import); local
    [all...]

Completed in 21 milliseconds