Home
last modified time | relevance | path

Searched refs:primary_base (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c6809 tree primary_base = TREE_PURPOSE (cons); local
6812 && same_type_p (BINFO_TYPE (binfo), primary_base))
6832 tree primary_base; local
6836 primary_base = CLASSTYPE_PRIMARY_BINFO (BINFO_TYPE (binfo));
6837 if (!primary_base)
6842 if (!TREE_VIA_VIRTUAL (primary_base))
6853 BINFO_TYPE (primary_base)))
6867 virtuals = build_tree_list (BINFO_TYPE (primary_base), NULL_TREE);
6887 canonical = binfo_for_vbase (BINFO_TYPE (primary_base),
8320 tree primary_base; local
[all …]
H A Dcp-tree.h1202 tree primary_base; member
1436 (LANG_TYPE_CLASS_CHECK (NODE)->primary_base)
H A DChangeLog11812 primary_base.
11821 * decl.c (lang_mark_tree): Make lang_type::primary_base.
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.h749 struct type *primary_base; member
945 #define TYPE_PRIMARY_BASE(thistype) (TYPE_RUNTIME_PTR(thistype)->primary_base)
/openbsd-src/gnu/gcc/gcc/cp/
H A Dclass.c6368 tree primary_base; in get_primary_binfo() local
6370 primary_base = CLASSTYPE_PRIMARY_BINFO (BINFO_TYPE (binfo)); in get_primary_binfo()
6371 if (!primary_base) in get_primary_binfo()
6374 return copied_binfo (primary_base, binfo); in get_primary_binfo()
7727 tree primary_base; in build_rtti_vtbl_entries() local
7729 primary_base = get_primary_binfo (b); in build_rtti_vtbl_entries()
7730 gcc_assert (BINFO_PRIMARY_P (primary_base) in build_rtti_vtbl_entries()
7731 && BINFO_INHERITANCE_CHAIN (primary_base) == b); in build_rtti_vtbl_entries()
7732 b = primary_base; in build_rtti_vtbl_entries()
H A Dcp-tree.h1064 tree primary_base; member
1266 (LANG_TYPE_CLASS_CHECK (NODE)->primary_base)
H A DChangeLog-20001940 primary_base.
1949 * decl.c (lang_mark_tree): Make lang_type::primary_base.