Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/cp/
Dptree.c131 BINFO_N_BASE_BINFOS (TYPE_BINFO (node))); in cxx_print_type()
Drtti.c1039 int nbases = BINFO_N_BASE_BINFOS (binfo); in get_pseudo_ti_init()
1205 else if (!BINFO_N_BASE_BINFOS (TYPE_BINFO (type))) in get_pseudo_ti_index()
1215 int num_bases = BINFO_N_BASE_BINFOS (binfo); in get_pseudo_ti_index()
Dclass.c1466 if (BINFO_N_BASE_BINFOS (TYPE_BINFO (t)) && TYPE_POLYMORPHIC_P (t)) in finish_struct_bits()
1567 for (i = 0; i != BINFO_N_BASE_BINFOS (binfo); i++) in maybe_warn_about_overly_private_class()
2317 int n_baseclasses = BINFO_N_BASE_BINFOS (TYPE_BINFO (t)); in get_basefndecls()
3698 int n_baseclasses = BINFO_N_BASE_BINFOS (TYPE_BINFO (t)); in build_base_fields()
4356 if (BINFO_N_BASE_BINFOS (TYPE_BINFO (t)) == 0) in layout_virtual_bases()
6200 BINFO_N_BASE_BINFOS (binfo); in get_vfield_name()
Dtypeck2.c883 || !BINFO_N_BASE_BINFOS (TYPE_BINFO (type))); in process_init_constructor_record()
Dtree.c642 new_binfo = make_tree_binfo (binfo ? BINFO_N_BASE_BINFOS (binfo) : 0); in copy_binfo()
Dinit.c963 switch (BINFO_N_BASE_BINFOS (TYPE_BINFO (current_class_type))) in expand_member_init()
Dtypeck.c1203 for (i = BINFO_N_BASE_BINFOS (TYPE_BINFO (tt1))-1; i >= 0; i--) in common_base_type()
1220 for (i = BINFO_N_BASE_BINFOS (TYPE_BINFO (tt2))-1; i >= 0; i--) in common_base_type()
Dpt.c5789 if (BINFO_N_BASE_BINFOS (pbinfo)) in instantiate_class_template()
/freebsd-10-stable/contrib/gcc/
Dtree-dump.c277 dump_int (di, "bases", BINFO_N_BASE_BINFOS (t)); in dequeue_and_dump()
Ddbxout.c2054 if (BINFO_N_BASE_BINFOS (binfo)) in dbxout_type()
2057 stabstr_U (BINFO_N_BASE_BINFOS (binfo)); in dbxout_type()
Dtree.h2242 #define BINFO_N_BASE_BINFOS(NODE) (VEC_length (tree, BINFO_BASE_BINFOS (NODE))) macro
Dtree.c418 + VEC_embedded_size (tree, 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): ...
/freebsd-10-stable/contrib/gcc/doc/
Dc-tree.texi751 @code{BINFO_N_BASE_BINFOS}. The base binfos themselves are obtained
/freebsd-10-stable/contrib/gcc/config/i386/
Di386.c3405 || !BINFO_N_BASE_BINFOS (TYPE_BINFO (type))); in classify_argument()