| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | method.c | 564 || !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 D | search.c | 2544 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 D | optimize.c | 224 if (CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn))) in can_alias_cdtor()
|
| H A D | class.c | 4048 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 D | vtable-class-hierarchy.c | 507 if (CLASSTYPE_VBASECLASSES (record_type)) in register_construction_vtables()
|
| H A D | init.c | 1075 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 D | decl.c | 15200 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 D | decl2.c | 275 && !CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn))) in maybe_retrofit_in_chrg() 286 if (CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn))) in maybe_retrofit_in_chrg()
|
| H A D | typeck2.c | 1638 gcc_assert (!CLASSTYPE_VBASECLASSES (type)); in process_init_constructor_record()
|
| H A D | cp-tree.h | 2396 #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 D | tree.c | 2035 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 D | call.c | 3359 && 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 D | search.cc | 2578 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 D | method.cc | 568 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 D | class.cc | 4128 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 D | optimize.cc | 224 if (CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn))) in can_alias_cdtor()
|
| H A D | vtable-class-hierarchy.cc | 507 if (CLASSTYPE_VBASECLASSES (record_type)) in register_construction_vtables()
|
| H A D | init.cc | 1277 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 D | ChangeLog-2000 | 2274 * 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 D | decl.cc | 16005 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 D | decl2.cc | 273 && !CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn))) in maybe_retrofit_in_chrg() 284 if (CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn))) in maybe_retrofit_in_chrg()
|
| H A D | typeck2.cc | 1612 gcc_assert (!CLASSTYPE_VBASECLASSES (type)); in process_init_constructor_record()
|
| H A D | ChangeLog-1999 | 11 * 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 D | call.cc | 3431 && 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 D | ChangeLog-2004 | 1914 (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.
|