HomeSort by: relevance | last modified time | path
    Searched defs:binfo (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/gcc/cp/
dump.cc 115 tree binfo; local
118 for (binfo = TYPE_BINFO (t), i = 0;
119 BINFO_BASE_ITERATE (binfo, i, base_binfo); ++i)
cvt.cc 139 tree binfo;
149 binfo = NULL_TREE;
152 binfo = lookup_base (intype_class, type_class, ba_check,
154 if (!same_p && !binfo)
157 binfo = lookup_base (type_class, intype_class, ba_check,
161 if (binfo == error_mark_node)
163 if (binfo || same_p)
165 if (binfo)
166 expr = build_base_path (code, expr, binfo, 0, complain);
282 tree binfo;
138 tree binfo; local
281 tree binfo; local
357 tree binfo = lookup_base (argtype, target_type, ba_check, local
    [all...]
except.cc 760 tree binfo = TYPE_BINFO (TREE_TYPE (object));
761 tree dtor_fn = lookup_fnfields (binfo,
766 || !perform_or_defer_access_check (binfo, dtor_fn,
759 tree binfo = TYPE_BINFO (TREE_TYPE (object)); local
method.cc 56 thunks VIRTUAL_OFFSET is the virtual binfo. You must post process
83 will be a BINFO. */
510 /* Find the binfo for the base subobject of BINFO being initialized by
511 inherited constructor FNDECL (a member of a direct base of BINFO). */
515 inherited_ctor_binfo_1 (tree binfo, tree fndecl)
519 for (int i = 0; BINFO_BASE_ITERATE (binfo, i, base_binfo); i++)
526 /* Find the binfo for the base subobject of BINFO being initialized by
527 inheriting constructor FNDECL (a member of BINFO), or BINFO if FNDECL is no
712 tree binfo, base_binfo; local
824 tree binfo, base_binfo; local
    [all...]
rtti.cc 667 tree binfo = lookup_base (TREE_TYPE (exprtype), TREE_TYPE (type),
669 if (binfo)
1191 tree binfo = TYPE_BINFO (type);
1192 unsigned nbases = BINFO_N_BASE_BINFOS (binfo);
1193 vec<tree, va_gc> *base_accesses = BINFO_BASE_ACCESSES (binfo);
1203 tree base_binfo = BINFO_BASE_BINFO (binfo, ix);
1296 tree binfo = TYPE_BINFO (type);
1297 vec<tree, va_gc> *base_accesses = BINFO_BASE_ACCESSES (binfo);
1298 tree base_binfo = BINFO_BASE_BINFO (binfo, 0);
1299 int num_bases = BINFO_N_BASE_BINFOS (binfo);
665 tree binfo = lookup_base (TREE_TYPE (exprtype), TREE_TYPE (type), local
1189 tree binfo = TYPE_BINFO (type); local
1294 tree binfo = TYPE_BINFO (type); local
    [all...]
typeck2.cc 58 tree binfo = lookup_base (type, base, ba_unique, local
61 if (binfo == error_mark_node)
63 else if (!binfo)
65 return binfo;
2145 binfo for the specific base subobject we want to convert to. */ local
2150 tree binfo;
2155 binfo = *binfo_p;
2157 binfo = lookup_base (TREE_TYPE (datum), basetype, ba_check,
2160 if (!binfo || binfo == error_mark_node
2285 tree binfo; local
    [all...]
vtable-class-hierarchy.cc 573 BINFO of a class, to make sure we have found ALL of the vtables
577 BINFO is the tree_binfo node for the BASE_CLASS. BODY is the
590 register_other_binfo_vtables (tree binfo, tree base_class,
598 if (binfo == NULL_TREE)
601 for (ix = 0; BINFO_BASE_ITERATE (binfo, ix, base_binfo); ix++)
932 tree binfo = TYPE_BINFO (class_type); local
948 tree vtable_address = build_vtbl_address (binfo);
967 register_other_binfo_vtables (binfo, base_class,
1274 tree binfo = TYPE_BINFO (type); local
1289 for (i = 0; BINFO_BASE_ITERATE (binfo, i, base_binfo); i++
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
dump.cc 115 tree binfo; local
118 for (binfo = TYPE_BINFO (t), i = 0;
119 BINFO_BASE_ITERATE (binfo, i, base_binfo); ++i)
cvt.cc 139 tree binfo;
149 binfo = NULL_TREE;
152 binfo = lookup_base (intype_class, type_class, ba_check,
154 if (!same_p && !binfo)
157 binfo = lookup_base (type_class, intype_class, ba_check,
161 if (binfo == error_mark_node)
163 if (binfo || same_p)
165 if (binfo)
166 expr = build_base_path (code, expr, binfo, 0, complain);
282 tree binfo;
138 tree binfo; local
281 tree binfo; local
357 tree binfo = lookup_base (argtype, target_type, ba_check, local
    [all...]
method.cc 56 thunks VIRTUAL_OFFSET is the virtual binfo. You must post process
83 will be a BINFO. */
510 /* Find the binfo for the base subobject of BINFO being initialized by
511 inherited constructor FNDECL (a member of a direct base of BINFO). */
515 inherited_ctor_binfo_1 (tree binfo, tree fndecl)
519 for (int i = 0; BINFO_BASE_ITERATE (binfo, i, base_binfo); i++)
526 /* Find the binfo for the base subobject of BINFO being initialized by
527 inheriting constructor FNDECL (a member of BINFO), or BINFO if FNDECL is no
712 tree binfo, base_binfo; local
818 tree binfo, base_binfo; local
2820 tree binfo = inherited_ctor_binfo (decl); local
    [all...]
rtti.cc 667 tree binfo = lookup_base (TREE_TYPE (exprtype), TREE_TYPE (type),
669 if (binfo)
1187 tree binfo = TYPE_BINFO (type);
1188 unsigned nbases = BINFO_N_BASE_BINFOS (binfo);
1189 vec<tree, va_gc> *base_accesses = BINFO_BASE_ACCESSES (binfo);
1199 tree base_binfo = BINFO_BASE_BINFO (binfo, ix);
1292 tree binfo = TYPE_BINFO (type);
1293 vec<tree, va_gc> *base_accesses = BINFO_BASE_ACCESSES (binfo);
1294 tree base_binfo = BINFO_BASE_BINFO (binfo, 0);
1295 int num_bases = BINFO_N_BASE_BINFOS (binfo);
665 tree binfo = lookup_base (TREE_TYPE (exprtype), TREE_TYPE (type), local
1185 tree binfo = TYPE_BINFO (type); local
1290 tree binfo = TYPE_BINFO (type); local
    [all...]
typeck2.cc 58 tree binfo = lookup_base (type, base, ba_unique, local
61 if (binfo == error_mark_node)
63 else if (!binfo)
65 return binfo;
2031 binfo for the specific base subobject we want to convert to. */ local
2036 tree binfo;
2041 binfo = *binfo_p;
2043 binfo = lookup_base (TREE_TYPE (datum), basetype, ba_check,
2046 if (!binfo || binfo == error_mark_node
2172 tree binfo; local
    [all...]
vtable-class-hierarchy.cc 586 BINFO of a class, to make sure we have found ALL of the vtables
590 BINFO is the tree_binfo node for the BASE_CLASS. BODY is the
603 register_other_binfo_vtables (tree binfo, tree base_class,
611 if (binfo == NULL_TREE)
614 for (ix = 0; BINFO_BASE_ITERATE (binfo, ix, base_binfo); ix++)
945 tree binfo = TYPE_BINFO (class_type); local
961 tree vtable_address = build_vtbl_address (binfo);
980 register_other_binfo_vtables (binfo, base_class,
1278 tree binfo = TYPE_BINFO (type); local
1293 for (i = 0; BINFO_BASE_ITERATE (binfo, i, base_binfo); i++
    [all...]
  /src/sys/dev/pci/
pci_usrreq.c 81 struct pciio_businfo *binfo; local
108 binfo = data;
109 binfo->busno = sc->sc_bus;
110 binfo->maxdevs = sc->sc_maxndevs;
  /src/external/bsd/jemalloc.old/dist/test/unit/
bitmap.c 6 test_bitmap_initializer_body(const bitmap_info_t *binfo, size_t nbits) {
10 expect_zu_eq(bitmap_size(binfo), bitmap_size(&binfo_dyn),
13 expect_zu_eq(binfo->nbits, binfo_dyn.nbits,
17 expect_u_eq(binfo->nlevels, binfo_dyn.nlevels,
23 for (i = 0; i < binfo->nlevels; i++) {
24 expect_zu_eq(binfo->levels[i].group_offset,
31 expect_zu_eq(binfo->ngroups, binfo_dyn.ngroups,
39 bitmap_info_t binfo = \
41 test_bitmap_initializer_body(&binfo, nbits); \
50 test_bitmap_size_body(const bitmap_info_t *binfo, size_t nbits
64 bitmap_info_t binfo; local
103 bitmap_info_t binfo; local
134 bitmap_info_t binfo; local
172 bitmap_info_t binfo; local
321 bitmap_info_t binfo; local
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
bitmap.c 6 test_bitmap_initializer_body(const bitmap_info_t *binfo, size_t nbits) {
10 expect_zu_eq(bitmap_size(binfo), bitmap_size(&binfo_dyn),
14 expect_zu_eq(binfo->nbits, binfo_dyn.nbits,
19 expect_u_eq(binfo->nlevels, binfo_dyn.nlevels,
26 for (i = 0; i < binfo->nlevels; i++) {
27 expect_zu_eq(binfo->levels[i].group_offset,
35 expect_zu_eq(binfo->ngroups, binfo_dyn.ngroups,
44 bitmap_info_t binfo = BITMAP_INFO_INITIALIZER(nbits); \
45 test_bitmap_initializer_body(&binfo, nbits); \
55 const bitmap_info_t *binfo, size_t nbits, size_t prev_size)
68 bitmap_info_t binfo; local
107 bitmap_info_t binfo; local
139 bitmap_info_t binfo; local
178 bitmap_info_t binfo; local
329 bitmap_info_t binfo; local
    [all...]
  /src/sys/arch/arm/xscale/
i80312_pci.c 83 pcireg_t binfo; local
107 binfo = bus_space_read_4(sc->sc_st, sc->sc_ppb_sh, PCI_BRIDGE_BUS_REG);
108 /* pbus = PCI_BRIDGE_BUS_NUM_PRIMARY(binfo); */
109 sbus = PCI_BRIDGE_BUS_NUM_SECONDARY(binfo);
177 pcireg_t binfo; local
185 binfo = bus_space_read_4(sc->sc_st, sc->sc_ppb_sh, PCI_BRIDGE_BUS_REG);
186 pbus = PCI_BRIDGE_BUS_NUM_PRIMARY(binfo);
187 sbus = PCI_BRIDGE_BUS_NUM_SECONDARY(binfo);
  /src/sys/dev/ic/
icp.c 124 struct icp_binfo binfo; local
280 memcpy(&binfo, icp->icp_scr, sizeof(binfo));
284 binfo.bi_type_string, binfo.bi_raid_string,
285 binfo.bi_chan_count, le32toh(binfo.bi_memsize) >> 20);
308 icp->icp_nchan = binfo.bi_chan_count;
333 for (j = 0; j < binfo.bi_chan_count; j++, ri++)
341 for (j = 0; j < binfo.bi_chan_count; j++)
    [all...]
  /src/sys/dev/sysmon/
sysmon_envsys.c 453 struct envsys_basic_info *binfo = (void *)data; local
457 binfo->validflags = 0;
459 sme = sysmon_envsys_find_40(binfo->sensor);
463 oidx = binfo->sensor;
464 binfo->sensor = SME_SENSOR_IDX(sme, binfo->sensor);
467 if (edata->sensor == binfo->sensor) {
479 binfo->validflags |= ENVSYS_FVALID;
481 if (binfo->sensor < sme->sme_nsensors) {
483 binfo->units = ENVSYS_INDICATOR
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ipa-polymorphic-call.cc 1319 fprintf (dump_file, " Failed to lookup binfo\n");
1323 tree binfo = subbinfo_with_vtable_at_offset (TYPE_BINFO (DECL_CONTEXT (vtable)), local
1325 if (!binfo)
1333 *type_offset = tree_to_shwi (BINFO_OFFSET (binfo)) * BITS_PER_UNIT;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-polymorphic-call.cc 1320 fprintf (dump_file, " Failed to lookup binfo\n");
1324 tree binfo = subbinfo_with_vtable_at_offset (TYPE_BINFO (DECL_CONTEXT (vtable)), local
1326 if (!binfo)
1334 *type_offset = tree_to_shwi (BINFO_OFFSET (binfo)) * BITS_PER_UNIT;
  /src/external/gpl3/gdb.old/dist/gdb/
or1k-tdep.c 1147 const struct bfd_arch_info *binfo;
1160 binfo = info.bfd_arch_info;
1165 tdep->bytes_per_word = binfo->bits_per_word / binfo->bits_per_byte;
1166 tdep->bytes_per_address = binfo->bits_per_address / binfo->bits_per_byte;
1179 set_gdbarch_ptr_bit (gdbarch, binfo->bits_per_address);
1180 set_gdbarch_addr_bit (gdbarch, binfo->bits_per_address);
1222 const char *mach_name = binfo->printable_name;
1234 if (binfo->mach == bfd_mach_or1k
1144 const struct bfd_arch_info *binfo; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
amd64-linux-tdep.c 1936 const bfd_arch_info *binfo = gdbarch_bfd_arch_info (gdbarch);
1937 return (binfo->bits_per_word / binfo->bits_per_byte);
1934 const bfd_arch_info *binfo = gdbarch_bfd_arch_info (gdbarch); local
or1k-tdep.c 1148 const struct bfd_arch_info *binfo;
1161 binfo = info.bfd_arch_info;
1166 tdep->bytes_per_word = binfo->bits_per_word / binfo->bits_per_byte;
1167 tdep->bytes_per_address = binfo->bits_per_address / binfo->bits_per_byte;
1180 set_gdbarch_ptr_bit (gdbarch, binfo->bits_per_address);
1181 set_gdbarch_addr_bit (gdbarch, binfo->bits_per_address);
1223 const char *mach_name = binfo->printable_name;
1235 if (binfo->mach == bfd_mach_or1k
1145 const struct bfd_arch_info *binfo; local
    [all...]
  /src/sys/dev/ieee1394/
firewire.c 1721 struct bus_info *binfo; local
1754 binfo = (struct bus_info *)&csr[1];
1755 if (binfo->bus_name != CSR_BUS_NAME_IEEE1394) {
1757 node, binfo->bus_name);
1766 node, binfo->irmc, binfo->cmc, binfo->isc,
1767 binfo->bmc, binfo->pmc, binfo->cyc_clk_acc
    [all...]

Completed in 114 milliseconds

1 2 3