Home
last modified time | relevance | path

Searched refs:BINFO_N_BASE_BINFOS (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
HDipa-devirt.c1739 if (BINFO_N_BASE_BINFOS (TYPE_BINFO (type))
1740 != BINFO_N_BASE_BINFOS (TYPE_BINFO (val->type)))
1751 if (BINFO_N_BASE_BINFOS (TYPE_BINFO (type))
1752 > BINFO_N_BASE_BINFOS (TYPE_BINFO (val->type)))
1755 BINFO_N_BASE_BINFOS (TYPE_BINFO (val->type)));
1759 BINFO_N_BASE_BINFOS (TYPE_BINFO (type)));
1768 for (i = 0; i < BINFO_N_BASE_BINFOS (TYPE_BINFO (type)); i++)
1883 for (i = 0; i < BINFO_N_BASE_BINFOS (TYPE_BINFO (type)); i++)
1888 for (j = 0, i = 0; i < BINFO_N_BASE_BINFOS (TYPE_BINFO (type));
2071 for (i = 0; i < BINFO_N_BASE_BINFOS (binfo); i++)
HDtree-dump.c282 dump_int (di, "bases", BINFO_N_BASE_BINFOS (t)); in dequeue_and_dump()
HDtree-streamer-out.c1004 streamer_write_uhwi (ob, BINFO_N_BASE_BINFOS (expr)); in streamer_write_tree_header()
HDdbxout.c2208 if (BINFO_N_BASE_BINFOS (binfo)) in dbxout_type()
2211 stabstr_U (BINFO_N_BASE_BINFOS (binfo)); in dbxout_type()
HDtree.h2234 #define BINFO_N_BASE_BINFOS(NODE) (BINFO_BASE_BINFOS (NODE)->length ()) macro
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDptree.c161 BINFO_N_BASE_BINFOS (TYPE_BINFO (node))); in cxx_print_type()
HDrtti.c1110 int nbases = BINFO_N_BASE_BINFOS (binfo); in get_pseudo_ti_init()
1281 else if (!BINFO_N_BASE_BINFOS (TYPE_BINFO (type))) in get_pseudo_ti_index()
1291 int num_bases = BINFO_N_BASE_BINFOS (binfo); in get_pseudo_ti_index()
HDclass.c1597 if (BINFO_N_BASE_BINFOS (TYPE_BINFO (t)) && TYPE_POLYMORPHIC_P (t)) in finish_struct_bits()
1699 for (i = 0; i != BINFO_N_BASE_BINFOS (binfo); i++) in maybe_warn_about_overly_private_class()
2459 int n_baseclasses = BINFO_N_BASE_BINFOS (TYPE_BINFO (t)); in get_basefndecls()
3973 int n_baseclasses = BINFO_N_BASE_BINFOS (TYPE_BINFO (t)); in build_base_fields()
5289 if (BINFO_N_BASE_BINFOS (TYPE_BINFO (t)) == 0) in layout_virtual_bases()
7264 BINFO_N_BASE_BINFOS (binfo); in get_vfield_name()
HDtypeck2.c1151 || !BINFO_N_BASE_BINFOS (TYPE_BINFO (type))); in process_init_constructor_record()
HDinit.c1337 switch (BINFO_N_BASE_BINFOS (TYPE_BINFO (current_class_type))) in expand_member_init()
HDtree.c1492 new_binfo = make_tree_binfo (binfo ? BINFO_N_BASE_BINFOS (binfo) : 0); in copy_binfo()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDptree.c159 BINFO_N_BASE_BINFOS (TYPE_BINFO (node))); in cxx_print_type()
HDrtti.c1164 unsigned nbases = BINFO_N_BASE_BINFOS (binfo); in get_pseudo_ti_init()
1264 || !BINFO_N_BASE_BINFOS (TYPE_BINFO (type))) in get_pseudo_ti_index()
1271 int num_bases = BINFO_N_BASE_BINFOS (binfo); in get_pseudo_ti_index()
HDclass.c1990 if (BINFO_N_BASE_BINFOS (TYPE_BINFO (t)) && TYPE_POLYMORPHIC_P (t)) in finish_struct_bits()
2096 for (i = 0; i != BINFO_N_BASE_BINFOS (binfo); i++) in maybe_warn_about_overly_private_class()
2755 int n_baseclasses = BINFO_N_BASE_BINFOS (TYPE_BINFO (t)); in get_basefndecls()
4340 int n_baseclasses = BINFO_N_BASE_BINFOS (TYPE_BINFO (t)); in build_base_fields()
5801 if (BINFO_N_BASE_BINFOS (TYPE_BINFO (t)) == 0) in layout_virtual_bases()
6713 int nbases = TYPE_BINFO (t) ? BINFO_N_BASE_BINFOS (TYPE_BINFO (t)) : 0; in check_flexarrays()
8116 BINFO_N_BASE_BINFOS (binfo); in get_vfield_name()
HDtypeck2.c1392 || !BINFO_N_BASE_BINFOS (TYPE_BINFO (type))); in process_init_constructor_record()
HDinit.c1547 switch (BINFO_N_BASE_BINFOS (TYPE_BINFO (current_class_type))) in expand_member_init()
HDtree.c1888 new_binfo = make_tree_binfo (binfo ? BINFO_N_BASE_BINFOS (binfo) : 0); in copy_binfo()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-dump.c293 dump_int (di, "bases", BINFO_N_BASE_BINFOS (t)); in dequeue_and_dump()
HDtree-streamer-out.c915 streamer_write_uhwi (ob, BINFO_N_BASE_BINFOS (expr)); in streamer_write_tree_header()
HDdbxout.c2191 if (BINFO_N_BASE_BINFOS (binfo)) in dbxout_type()
2194 stabstr_U (BINFO_N_BASE_BINFOS (binfo)); in dbxout_type()
HDgimple-fold.c1068 if (!binfo || BINFO_N_BASE_BINFOS (binfo) > 0) in gimple_extract_devirt_binfo_from_cst()
HDtree.h2569 #define BINFO_N_BASE_BINFOS(NODE) (VEC_length (tree, BINFO_BASE_BINFOS (NODE))) macro
/dragonfly/contrib/gcc-4.7/gcc/lto/
HDlto.c466 n = BINFO_N_BASE_BINFOS (t); in lto_ft_binfo()
/dragonfly/contrib/gcc-8.0/gcc/lto/
HDlto.c682 n = BINFO_N_BASE_BINFOS (t); in mentions_vars_p_binfo()
/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-act.c2611 TYPE_BINFO (child) && BINFO_N_BASE_BINFOS (TYPE_BINFO (child));) in objc_derived_from_p()
2655 tree binfo2 = make_tree_binfo (BINFO_N_BASE_BINFOS (binfo)); in objc_copy_binfo()

12