Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDsearch.c1650 if (CLASSTYPE_VBASECLASSES (BINFO_TYPE (base_binfo))) in dfs_unmark_r()
1687 for (vbases = CLASSTYPE_VBASECLASSES (BINFO_TYPE (binfo)), ix = 0; in dfs_walk_once()
1795 for (vbases = CLASSTYPE_VBASECLASSES (BINFO_TYPE (binfo)), ix = 0; in dfs_walk_once_accessible()
2490 if (limit && !CLASSTYPE_VBASECLASSES (limit)) in binfo_via_virtual()
2553 for (vbases = CLASSTYPE_VBASECLASSES (t), ix = 0; in binfo_for_vbase()
2573 result = (CLASSTYPE_VBASECLASSES (BINFO_TYPE (here)) in original_binfo()
HDinit.c487 for (vbases = CLASSTYPE_VBASECLASSES (t), i = 0; in sort_mem_initializers()
1027 if (CLASSTYPE_VBASECLASSES (current_class_type)) in expand_member_init()
2877 if (CLASSTYPE_VBASECLASSES (current_class_type)) in push_base_cleanups()
2886 for (vbases = CLASSTYPE_VBASECLASSES (current_class_type), i = 0; in push_base_cleanups()
HDclass.c3245 if (abi_version_at_least (2) && CLASSTYPE_VBASECLASSES (type)) in walk_subobject_offsets()
3256 for (vbases = CLASSTYPE_VBASECLASSES (type), ix = 0; in walk_subobject_offsets()
4471 for (vbases = CLASSTYPE_VBASECLASSES (t), i = 0; in end_of_class()
4518 for (vbases = CLASSTYPE_VBASECLASSES (t), i = 0; in warn_about_ambiguous_bases()
6814 if (!CLASSTYPE_VBASECLASSES (BINFO_TYPE (binfo))) in build_vtt_inits()
6902 if (!(CLASSTYPE_VBASECLASSES (BINFO_TYPE (binfo)) in dfs_build_secondary_vptr_vtt_inits()
7050 && !CLASSTYPE_VBASECLASSES (BINFO_TYPE (binfo)) in accumulate_vtbl_inits()
7249 for (vbases = CLASSTYPE_VBASECLASSES (t), ix = 0; in build_vtbl_initializer()
7425 if (!CLASSTYPE_VBASECLASSES (BINFO_TYPE (binfo))) in build_vbase_offset_vtbl_entries()
HDChangeLog-20002274 * pt.c (instantiate_class_template): Set CLASSTYPE_VBASECLASSES.
3806 (dfs_mark_primary_bases): Update the CLASSTYPE_VBASECLASSES list
3862 CLASSTYPE_VBASECLASSES list.
3863 * cp-tree.h (CLASSTYPE_VBASECLASSES): Change documentation.
3877 CLASSTYPE_VBASECLASSES list.
3883 CLASSTYPE_VBASECLASSES list.
3886 CLASSTYPE_VBASECLASSES list.
3889 CLASSTYPE_VBASECLASSES list.
3892 CLASSTYPE_VBASECLASSES list.
3901 CLASSTYPE_VBASECLASSES list.
[all …]
HDmethod.c566 for (vbases = CLASSTYPE_VBASECLASSES (current_class_type), i = 0; in do_build_copy_constructor()
HDdecl2.c191 && !CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn))) in maybe_retrofit_in_chrg()
202 if (CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn))) in maybe_retrofit_in_chrg()
HDtypeck2.c881 gcc_assert (!CLASSTYPE_VBASECLASSES (type)); in process_init_constructor_record()
HDcp-tree.h1281 #define CLASSTYPE_VBASECLASSES(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->vbases) macro
1750 (CLASSTYPE_VBASECLASSES (DECL_CONTEXT (NODE)) \
2360 (TYPE_POLYMORPHIC_P (NODE) || CLASSTYPE_VBASECLASSES (NODE))
HDcall.c2242 && CLASSTYPE_VBASECLASSES (DECL_CONTEXT (tmpl))) in add_template_candidate_real()
5284 && CLASSTYPE_VBASECLASSES (class_type)) in build_special_member_call()
5445 && CLASSTYPE_VBASECLASSES (basetype)) in build_new_method_call()
HDtree.c685 VEC_quick_push (tree, CLASSTYPE_VBASECLASSES (t), new_binfo); in copy_binfo()
HDdecl.c10479 max_vbases += VEC_length (tree, CLASSTYPE_VBASECLASSES (basetype)); in xref_basetypes()
10521 CLASSTYPE_VBASECLASSES (ref) = VEC_alloc (tree, gc, max_vbases); in xref_basetypes()
10595 if (VEC_space (tree, CLASSTYPE_VBASECLASSES (ref), 1)) in xref_basetypes()
12258 && CLASSTYPE_VBASECLASSES (type)); in cxx_maybe_build_cleanup()
HDChangeLog-199911 * cp-tree.h (CLASSTYPE_VBASECLASSES): Update documentation.
21 * decl.c (xref_basetypes): Don't set CLASSTYPE_VBASECLASSES here.
28 CLASSTYPE_VBASECLASSES here.
208 * cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.
6019 * decl.c (xref_basetypes): Set CLASSTYPE_VBASECLASSES here.
HDChangeLog-20041914 (DECL_NEEDS_VTT_PARM_P): Use CLASSTYPE_VBASECLASSES.
1917 CLASSTYPE_VBASECLASSES.
1925 (build_vtt_inits): Use CLASSTYPE_VBASECLASSES.
1931 (cxx_maybe_build_cleanup): Use CLASSTYPE_VBASECLASSES.
HDChangeLog-19951328 CLASSTYPE_VBASECLASSES to the normal one.
HDChangeLog-20024371 (CLASSTYPE_VBASECLASSES): Likewise.