Searched refs:binfo (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c1892 tree binfo;
1895 binfo = lookup_base (access_path ? access_path : object_type,
1897 if (binfo == error_mark_node)
1913 object = build_base_path (PLUS_EXPR, object, binfo,
6140 tree binfo;
6146 binfo = lookup_base (to, from, c_cast_p ? ba_unique : ba_check, &kind);
6149 else if (binfo)
6152 result = BINFO_OFFSET (binfo);
6155 tree virt_binfo = binfo_from_vbase (binfo);
6175 binfo
1887 tree binfo; local
6126 tree binfo; local
6342 tree binfo = binfo_or_else (orig_class, fn_class); local
[all...]
H A Dname-lookup.c2805 tree binfo;
2843 for (binfo = TYPE_BINFO (current_class_type), i = 0;
2844 BINFO_BASE_ITERATE (binfo, i, base_binfo);
2867 binfo = lookup_base (current_class_type, scope, ba_any, &b_kind);
2878 decl = lookup_member (binfo, name, 0, false);
2885 /* The binfo from which the functions came does not matter. */
4376 tree binfo, base_binfo;
4379 for (binfo = TYPE_BINFO (type), i = 0;
4380 BINFO_BASE_ITERATE (binfo, i, base_binfo);
4512 tree binfo, base_binf
2801 tree binfo; local
4371 tree binfo, base_binfo; local
4507 tree binfo, base_binfo; local
[all...]
H A Ddecl2.c1857 tree binfo;
1892 binfo = TYPE_BINFO (type);
1893 for (i = 0; BINFO_BASE_ITERATE (binfo, i, t); ++i)
1916 tree binfo, base_binfo;
1922 for (binfo = TYPE_BINFO (type), j = 0;
1923 BINFO_BASE_ITERATE (binfo, j, base_binfo); ++j)
1852 tree binfo; local
1911 tree binfo, base_binfo; local
H A Ddecl.c10449 /* Create the binfo hierarchy for REF with (possibly NULL) base list
10454 Returns true if the binfo heirarchy was successfully created,
10461 tree binfo, base_binfo;
10503 /* The binfo slot should be empty, unless this is an (ill-formed)
10508 binfo = make_tree_binfo (max_bases);
10510 TYPE_BINFO (ref) = binfo;
10511 BINFO_OFFSET (binfo) = size_zero_node;
10512 BINFO_TYPE (binfo) = ref;
10516 BINFO_BASE_ACCESSES (binfo) = VEC_alloc (tree, gc, max_bases);
10547 for (igo_prev = binfo; base_lis
10444 tree binfo, base_binfo; local
[all...]
H A Dmangle.c2717 mangle_ctor_vtbl_for_type (const tree type, const tree binfo) argument
2726 write_integer_cst (BINFO_OFFSET (binfo));
2728 write_type (BINFO_TYPE (binfo));
H A Dpt.c7524 /* We should never be tsubsting a binfo. */
10289 tree binfo;
10293 binfo = TYPE_BINFO (complete_type (arg));
10294 if (!binfo)
10300 for (binfo = TREE_CHAIN (binfo); binfo; binfo = TREE_CHAIN (binfo))
10302 tree r = try_class_unification (tparms, targs, parm, BINFO_TYPE (binfo));
10288 tree binfo; local
[all...]
H A Dcp-tree.h131 For a binfo, this is a TREE_LIST. There is an entry for each
332 (((struct tree_baselink*) BASELINK_CHECK (NODE))->binfo)
356 tree binfo;
1274 /* If non-NULL, this is the binfo for the primary base class, i.e.,
1417 /* Compare a BINFO_TYPE with another type for equality. For a binfo,
1422 binfo is for, this macro must change. */
1433 /* Nonzero if this binfo is for a dependent base - one that should not
1437 /* Nonzero if this binfo has lost its primary base binfo (because that
3021 binfo o
355 tree binfo; local
4282 tree binfo; local
[all...]
H A Dparser.c9242 perform_or_defer_access_check (chk->binfo,
17297 perform_or_defer_access_check (chk->binfo,
/freebsd-11-stable/sys/dev/xen/blkfront/
H A Dblkfront.c1227 unsigned int binfo; local
1239 "info", "%u", &binfo,
1362 xbd_instance_create(sc, sectors, sc->xbd_vdevice, binfo,
/freebsd-11-stable/contrib/gcc/
H A Dalias.c735 tree binfo, base_binfo;
737 for (binfo = TYPE_BINFO (type), i = 0;
738 BINFO_BASE_ITERATE (binfo, i, base_binfo); i++)
732 tree binfo, base_binfo; local
H A Ddwarf2out.c12476 gen_inheritance_die (tree binfo, tree access, dw_die_ref context_die)
12478 dw_die_ref die = new_die (DW_TAG_inheritance, context_die, binfo);
12480 add_type_attribute (die, BINFO_TYPE (binfo), 0, 0, context_die);
12481 add_data_member_location_attribute (die, binfo);
12483 if (BINFO_VIRTUAL_P (binfo)) local
12498 tree binfo = TYPE_BINFO (type);
12514 if (binfo)
12516 VEC(tree,gc) *accesses = BINFO_BASE_ACCESSES (binfo);
12520 for (i = 0; BINFO_BASE_ITERATE (binfo, i, base); i++)
12461 gen_inheritance_die(tree binfo, tree access, dw_die_ref context_die) argument
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c3320 tree binfo, base_binfo;
3323 for (binfo = TYPE_BINFO (type), basenum = 0;
3324 BINFO_BASE_ITERATE (binfo, basenum, base_binfo); basenum++)
4103 tree binfo, base_binfo;
4106 for (binfo = TYPE_BINFO (type), i = 0;
4107 BINFO_BASE_ITERATE (binfo, i, base_binfo); i++)
3312 tree binfo, base_binfo; local
4095 tree binfo, base_binfo; local

Completed in 501 milliseconds

12