Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/cp/
Dclass.c769 tree virtuals; in build_primary_vtable() local
780 virtuals = copy_list (BINFO_VIRTUALS (binfo)); in build_primary_vtable()
788 virtuals = NULL_TREE; in build_primary_vtable()
793 n_vtable_elems += list_length (virtuals); in build_primary_vtable()
799 BINFO_VIRTUALS (TYPE_BINFO (type)) = virtuals; in build_primary_vtable()
869 tree *virtuals) in modify_vtable_entry() argument
873 v = *virtuals; in modify_vtable_entry()
884 *virtuals = BINFO_VIRTUALS (binfo); in modify_vtable_entry()
885 while (BV_FN (*virtuals) != BV_FN (v)) in modify_vtable_entry()
886 *virtuals = TREE_CHAIN (*virtuals); in modify_vtable_entry()
[all …]
Dsearch.c2018 tree virtuals; in dfs_get_pure_virtuals() local
2020 for (virtuals = BINFO_VIRTUALS (binfo); in dfs_get_pure_virtuals()
2021 virtuals; in dfs_get_pure_virtuals()
2022 virtuals = TREE_CHAIN (virtuals)) in dfs_get_pure_virtuals()
2023 if (DECL_PURE_VIRTUAL_P (BV_FN (virtuals))) in dfs_get_pure_virtuals()
2025 BV_FN (virtuals)); in dfs_get_pure_virtuals()
Derror.c1696 tree virtuals; in dump_expr() local
1701 virtuals = BINFO_VIRTUALS (TYPE_BINFO (TYPE_MAIN_VARIANT (t))); in dump_expr()
1709 while (n > 0 && virtuals) in dump_expr()
1712 virtuals = TREE_CHAIN (virtuals); in dump_expr()
1714 if (virtuals) in dump_expr()
1716 dump_expr (BV_FN (virtuals), in dump_expr()
Dtree.c798 tree virtuals; in debug_binfo() local
811 virtuals = BINFO_VIRTUALS (elem); in debug_binfo()
814 while (virtuals) in debug_binfo()
816 tree fndecl = TREE_VALUE (virtuals); in debug_binfo()
821 virtuals = TREE_CHAIN (virtuals); in debug_binfo()
DChangeLog-20021994 virtuals. Assign all that are not in primary base.
1996 (create_vtable_ptr): Take single list of virtuals. Build chain
1997 of declared virtuals here.
1998 (layout_class_type): Take single list of virtuals. Adjust.
1999 (finish_struct_1): Keep virtuals on single list. Adjust.
DChangeLog-1995211 until after we have done the hard virtuals, to avoid a bogus `every
213 functions that are only overridden by hard virtuals.
784 (get_abstract_virtuals_1): Likewise. Use virtuals, instead of tmp to
1263 * class.c (finish_struct): Non-abstract virtuals are always USED.
DChangeLog-19942175 * decl2.c (finish_vtable_vardecl): Don't consider abstract virtuals
3674 virtuals.
3793 Cures incorrect errors about pure virtuals in a class, when they
3981 virtuals list when processing a virtual destructor.
4685 delete, make static virtuals unvirtual instead of unstatic.
DChangeLog-19962101 virtuals.
3603 * decl.c (grokfndecl): Move code that looks for virtuals in base
DChangeLog-1998574 * search.c (get_abstract_virtuals): Complain about virtuals with
576 * typeck2.c (abstract_virtuals_error): Remove handling for virtuals
579 on virtuals with no final overrider.
DChangeLog-19971393 virtuals with a reference to __pure_virtual, copy the decl and
DChangeLog-20004942 (dfs_build_vcall_offset_vtbl_entries): Don't include virtuals that
6353 virtuals.
DChangeLog-19994102 * decl2.c (mark_vtable_entries): Don't bash abstract virtuals to
/freebsd-12-stable/contrib/gcc/
Dtree.h2231 #define BINFO_VIRTUALS(NODE) (TREE_BINFO_CHECK(NODE)->binfo.virtuals)
2290 tree virtuals; member
DFSFChangeLog.111467 their virtuals instantiated.
DChangeLog.tree-ssa4783 eliminate_extraneous_phis, and look specifically for virtuals.
DChangeLog-200432855 bother marking bypassed virtuals for out-of-ssa. Instead merge
32856 bypassed virtuals into vars_to_rename just before into-ssa pass.
DChangeLog-200330391 pointer for a call emitted after virtuals have been instantiated
/freebsd-12-stable/contrib/gcc/doc/
Dtree-ssa.texi1374 need only to patch use-def and def-def chains for virtuals
Dextend.texi10763 Make sure that any inline virtuals are declared inline in the class
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-20013396 for generic ctype virtuals.
DChangeLog-20034089 _M_data. Adjust virtuals.