Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-devirt.cc1669 if (BINFO_N_BASE_BINFOS (TYPE_BINFO (type)) in add_type_duplicate()
1670 != BINFO_N_BASE_BINFOS (TYPE_BINFO (val->type))) in add_type_duplicate()
1681 if (BINFO_N_BASE_BINFOS (TYPE_BINFO (type)) in add_type_duplicate()
1682 > BINFO_N_BASE_BINFOS (TYPE_BINFO (val->type))) in add_type_duplicate()
1685 BINFO_N_BASE_BINFOS (TYPE_BINFO (val->type))); in add_type_duplicate()
1689 BINFO_N_BASE_BINFOS (TYPE_BINFO (type))); in add_type_duplicate()
1698 for (i = 0; i < BINFO_N_BASE_BINFOS (TYPE_BINFO (type)); i++) in add_type_duplicate()
1818 for (i = 0; i < BINFO_N_BASE_BINFOS (TYPE_BINFO (type)); i++) in add_type_duplicate()
1823 for (j = 0, i = 0; i < BINFO_N_BASE_BINFOS (TYPE_BINFO (type)); in add_type_duplicate()
1987 for (i = 0; i < BINFO_N_BASE_BINFOS (binfo); i++) in get_odr_type()
[all …]
Dtree-dump.cc282 dump_int (di, "bases", BINFO_N_BASE_BINFOS (t)); in dequeue_and_dump()
Dtree-streamer-out.cc1010 streamer_write_uhwi (ob, BINFO_N_BASE_BINFOS (expr)); in streamer_write_tree_header()
Ddbxout.cc2212 if (BINFO_N_BASE_BINFOS (binfo)) in dbxout_type()
2215 stabstr_U (BINFO_N_BASE_BINFOS (binfo)); in dbxout_type()
Dtree.h2467 #define BINFO_N_BASE_BINFOS(NODE) (BINFO_BASE_BINFOS (NODE)->length ()) macro
Dtree.cc1092 ::embedded_size (BINFO_N_BASE_BINFOS (node))); in tree_size()
DChangeLog-200422532 (BINFO_BASE_BINFOS, BINFO_N_BASE_BINFOS, BINFO_BASE_BINFO): Adjust.
25753 (BINFO_BASE_BINFOS, BINFO_N_BASE_BINFOS, BINFO_BASE_BINFO): ...
DChangeLog-201537564 (BINFO_N_BASE_BINFOS): Relax sanity check.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Drtti.cc1186 unsigned nbases = BINFO_N_BASE_BINFOS (binfo); in get_pseudo_ti_init()
1286 || !BINFO_N_BASE_BINFOS (TYPE_BINFO (type))) in get_pseudo_ti_index()
1293 int num_bases = BINFO_N_BASE_BINFOS (binfo); in get_pseudo_ti_index()
Dptree.cc227 BINFO_N_BASE_BINFOS (TYPE_BINFO (node))); in cxx_print_type()
Dclass.cc2158 if (BINFO_N_BASE_BINFOS (TYPE_BINFO (t)) && TYPE_POLYMORPHIC_P (t)) in finish_struct_bits()
2264 for (i = 0; i != BINFO_N_BASE_BINFOS (binfo); i++) in maybe_warn_about_overly_private_class()
2939 int n_baseclasses = BINFO_N_BASE_BINFOS (TYPE_BINFO (t)); in get_basefndecls()
4705 int n_baseclasses = BINFO_N_BASE_BINFOS (binfo); in build_base_fields()
6353 if (BINFO_N_BASE_BINFOS (TYPE_BINFO (t)) == 0) in layout_virtual_bases()
7404 int nbases = TYPE_BINFO (t) ? BINFO_N_BASE_BINFOS (TYPE_BINFO (t)) : 0; in check_flexarrays()
8843 BINFO_N_BASE_BINFOS (binfo); in get_vfield_name()
Dtypeck2.cc1615 || !BINFO_N_BASE_BINFOS (TYPE_BINFO (type))); in process_init_constructor_record()
Dinit.cc1838 switch (BINFO_N_BASE_BINFOS (TYPE_BINFO (current_class_type))) in expand_member_init()
Dtree.cc2095 new_binfo = make_tree_binfo (binfo ? BINFO_N_BASE_BINFOS (binfo) : 0); in copy_binfo()
Ddecl.cc5227 if (BINFO_N_BASE_BINFOS (TYPE_BINFO (t))) in fixup_anonymous_aggr()
Dmodule.cc5060 u (BINFO_N_BASE_BINFOS (t)); in start()
Dpt.cc12071 if (BINFO_N_BASE_BINFOS (pbinfo)) in instantiate_class_template_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-common.cc749 n = BINFO_N_BASE_BINFOS (t); in mentions_vars_p_binfo()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.cc2784 TYPE_BINFO (child) && BINFO_N_BASE_BINFOS (TYPE_BINFO (child));) in objc_derived_from_p()
2829 tree binfo2 = make_tree_binfo (BINFO_N_BASE_BINFOS (binfo)); in objc_copy_binfo()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgeneric.texi3070 @code{BINFO_N_BASE_BINFOS}. The base binfos themselves are obtained
Dgccint.info12640 'BINFO_N_BASE_BINFOS'. The base binfos themselves are obtained with