Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c564 || !CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn))) in ctor_omit_inherited_parms()
691 for (vbases = CLASSTYPE_VBASECLASSES (current_class_type), i = 0; in do_build_copy_constructor()
2393 vec<tree, va_gc> *vbases = CLASSTYPE_VBASECLASSES (ctype); in synthesized_method_walk()
2796 && !CLASSTYPE_VBASECLASSES (type)) in implicitly_declare_fn()
2910 && CLASSTYPE_VBASECLASSES (type)) in implicitly_declare_fn()
H A Dsearch.c2544 if (limit && !CLASSTYPE_VBASECLASSES (limit)) in binfo_via_virtual()
2629 for (vbases = CLASSTYPE_VBASECLASSES (t), ix = 0; in binfo_for_vbase()
2649 result = (CLASSTYPE_VBASECLASSES (BINFO_TYPE (here)) in original_binfo()
H A Doptimize.c224 if (CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn))) in can_alias_cdtor()
H A Dclass.c4048 if (CLASSTYPE_VBASECLASSES (type)) in walk_subobject_offsets()
4059 for (vbases = CLASSTYPE_VBASECLASSES (type), ix = 0; in walk_subobject_offsets()
6413 for (vbases = CLASSTYPE_VBASECLASSES (t), i = 0; in end_of_class()
6464 for (vbases = CLASSTYPE_VBASECLASSES (t), i = 0; in maybe_warn_about_inaccessible_bases()
7317 for (vbases = CLASSTYPE_VBASECLASSES (t), i = 0; in check_flexarrays()
9374 if (!CLASSTYPE_VBASECLASSES (BINFO_TYPE (binfo))) in build_vtt_inits()
9452 if (!(CLASSTYPE_VBASECLASSES (BINFO_TYPE (binfo)) in dfs_build_secondary_vptr_vtt_inits()
9608 && !CLASSTYPE_VBASECLASSES (BINFO_TYPE (binfo)) in accumulate_vtbl_inits()
9797 for (vbases = CLASSTYPE_VBASECLASSES (t), ix = 0; in build_vtbl_initializer()
10006 if (!CLASSTYPE_VBASECLASSES (BINFO_TYPE (binfo))) in build_vbase_offset_vtbl_entries()
H A Dvtable-class-hierarchy.c507 if (CLASSTYPE_VBASECLASSES (record_type)) in register_construction_vtables()
H A Dinit.c1075 for (vbases = CLASSTYPE_VBASECLASSES (t), i = 0; in sort_mem_initializers()
1677 if (CLASSTYPE_VBASECLASSES (current_class_type)) in expand_member_init()
5078 && CLASSTYPE_VBASECLASSES (current_class_type)) in push_base_cleanups()
5087 for (vbases = CLASSTYPE_VBASECLASSES (current_class_type), i = 0; in push_base_cleanups()
H A Ddecl.c15200 max_vbases += vec_safe_length (CLASSTYPE_VBASECLASSES (basetype)); in xref_basetypes()
15245 vec_alloc (CLASSTYPE_VBASECLASSES (ref), max_vbases); in xref_basetypes()
15335 -= vec_safe_length (CLASSTYPE_VBASECLASSES (basetype)); in xref_basetypes()
15338 if (CLASSTYPE_VBASECLASSES (ref) in xref_basetypes()
15340 vec_free (CLASSTYPE_VBASECLASSES (ref)); in xref_basetypes()
15342 if (vec_safe_length (CLASSTYPE_VBASECLASSES (ref)) < max_vbases) in xref_basetypes()
16139 bool vbases = CLASSTYPE_VBASECLASSES (current_class_type); in build_clobber_this()
16788 if (CLASSTYPE_VBASECLASSES (current_class_type)) in begin_destructor_body()
H A Ddecl2.c275 && !CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn))) in maybe_retrofit_in_chrg()
286 if (CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn))) in maybe_retrofit_in_chrg()
H A Dtypeck2.c1638 gcc_assert (!CLASSTYPE_VBASECLASSES (type)); in process_init_constructor_record()
H A Dcp-tree.h2396 #define CLASSTYPE_VBASECLASSES(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->vbases) macro
3012 (CLASSTYPE_VBASECLASSES (DECL_CONTEXT (NODE)) \
4023 (TYPE_POLYMORPHIC_P (NODE) || CLASSTYPE_VBASECLASSES (NODE))
H A Dtree.c2035 CLASSTYPE_VBASECLASSES (t)->quick_push (new_binfo); in copy_binfo()
3111 vec<tree, va_gc> *vbases = CLASSTYPE_VBASECLASSES (current_class_type); in bot_replace()
H A Dcall.c3359 && CLASSTYPE_VBASECLASSES (DECL_CONTEXT (tmpl))) in add_template_candidate_real()
9899 && CLASSTYPE_VBASECLASSES (class_type)) in build_special_member_call()
10235 && CLASSTYPE_VBASECLASSES (basetype)) in build_new_method_call_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc2578 if (limit && !CLASSTYPE_VBASECLASSES (limit)) in binfo_via_virtual()
2663 for (vbases = CLASSTYPE_VBASECLASSES (t), ix = 0; in binfo_for_vbase()
2683 result = (CLASSTYPE_VBASECLASSES (BINFO_TYPE (here)) in original_binfo()
H A Dmethod.cc568 if (!CLASSTYPE_VBASECLASSES (DECL_CONTEXT (comp_ctor))) in base_ctor_omit_inherited_parms()
714 for (vbases = CLASSTYPE_VBASECLASSES (current_class_type), i = 0; in do_build_copy_constructor()
2686 vec<tree, va_gc> *vbases = CLASSTYPE_VBASECLASSES (ctype); in synthesized_method_walk()
3093 && !CLASSTYPE_VBASECLASSES (type)) in implicitly_declare_fn()
3215 && CLASSTYPE_VBASECLASSES (type)) in implicitly_declare_fn()
H A Dclass.cc4128 if (CLASSTYPE_VBASECLASSES (type)) in walk_subobject_offsets()
4139 for (vbases = CLASSTYPE_VBASECLASSES (type), ix = 0; in walk_subobject_offsets()
5069 bool vtt = CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn)); in clone_cdtor()
6462 for (vbases = CLASSTYPE_VBASECLASSES (t), i = 0; in end_of_class()
6557 for (vbases = CLASSTYPE_VBASECLASSES (t), i = 0; in maybe_warn_about_inaccessible_bases()
7429 for (vbases = CLASSTYPE_VBASECLASSES (t), i = 0; in check_flexarrays()
9491 if (!CLASSTYPE_VBASECLASSES (BINFO_TYPE (binfo))) in build_vtt_inits()
9569 if (!(CLASSTYPE_VBASECLASSES (BINFO_TYPE (binfo)) in dfs_build_secondary_vptr_vtt_inits()
9725 && !CLASSTYPE_VBASECLASSES (BINFO_TYPE (binfo)) in accumulate_vtbl_inits()
9914 for (vbases = CLASSTYPE_VBASECLASSES (t), ix = 0; in build_vtbl_initializer()
[all …]
H A Doptimize.cc224 if (CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn))) in can_alias_cdtor()
H A Dvtable-class-hierarchy.cc507 if (CLASSTYPE_VBASECLASSES (record_type)) in register_construction_vtables()
H A Dinit.cc1277 for (vbases = CLASSTYPE_VBASECLASSES (t), i = 0; in sort_mem_initializers()
1903 if (CLASSTYPE_VBASECLASSES (current_class_type)) in expand_member_init()
5232 && CLASSTYPE_VBASECLASSES (current_class_type)) in push_base_cleanups()
5241 for (vbases = CLASSTYPE_VBASECLASSES (current_class_type), i = 0; in push_base_cleanups()
H A DChangeLog-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 …]
H A Ddecl.cc16005 max_vbases += vec_safe_length (CLASSTYPE_VBASECLASSES (basetype)); in xref_basetypes()
16050 vec_alloc (CLASSTYPE_VBASECLASSES (ref), max_vbases); in xref_basetypes()
16140 -= vec_safe_length (CLASSTYPE_VBASECLASSES (basetype)); in xref_basetypes()
16143 if (CLASSTYPE_VBASECLASSES (ref) in xref_basetypes()
16145 vec_free (CLASSTYPE_VBASECLASSES (ref)); in xref_basetypes()
16147 if (vec_safe_length (CLASSTYPE_VBASECLASSES (ref)) < max_vbases) in xref_basetypes()
16991 bool vbases = CLASSTYPE_VBASECLASSES (current_class_type); in build_clobber_this()
17626 if (CLASSTYPE_VBASECLASSES (current_class_type)) in begin_destructor_body()
H A Ddecl2.cc273 && !CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn))) in maybe_retrofit_in_chrg()
284 if (CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn))) in maybe_retrofit_in_chrg()
H A Dtypeck2.cc1612 gcc_assert (!CLASSTYPE_VBASECLASSES (type)); in process_init_constructor_record()
H A DChangeLog-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.
H A Dcall.cc3431 && CLASSTYPE_VBASECLASSES (DECL_CONTEXT (tmpl))) in add_template_candidate_real()
10632 && CLASSTYPE_VBASECLASSES (class_type)) in build_special_member_call()
10970 && CLASSTYPE_VBASECLASSES (basetype)) in build_new_method_call()
H A DChangeLog-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.

12