Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc1958 BINFO_LOST_PRIMARY_P (base_binfo) = 1; in determine_primary_bases()
2023 BINFO_LOST_PRIMARY_P (BINFO_INHERITANCE_CHAIN (primary)) = 1; in determine_primary_bases()
2613 if (BINFO_LOST_PRIMARY_P (b)) in update_vtable_entry_for_fn()
2759 if (BINFO_LOST_PRIMARY_P (b)) in update_vtable_entry_for_fn()
9060 && !BINFO_LOST_PRIMARY_P (b)) in most_primary_binfo()
9140 if (BINFO_LOST_PRIMARY_P (binfo)) in dump_class_hierarchy_r()
H A DChangeLog-2001996 (mark_primary_bases): Adjust, set BINFO_LOST_PRIMARY_P here.
1678 BINFO_UNSHARED_MARKED, BINFO_LOST_PRIMARY_P. Don't move
1682 with morally virtual bases. Duplicate BINFO_LOST_PRIMARY_P and
3255 (BINFO_LOST_PRIMARY_P): New flag.
H A Dcp-tree.h2736 #define BINFO_LOST_PRIMARY_P(NODE) BINFO_FLAG_4 (NODE) macro
H A DChangeLog-20114654 * class.c (update_vtable_entry_for_fn): Check BINFO_LOST_PRIMARY_P
H A DChangeLog-20044018 BINFO_DEPENDENT_BASE_P, BINFO_LOST_PRIMARY_P,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c1868 BINFO_LOST_PRIMARY_P (base_binfo) = 1; in determine_primary_bases()
1933 BINFO_LOST_PRIMARY_P (BINFO_INHERITANCE_CHAIN (primary)) = 1; in determine_primary_bases()
2510 if (BINFO_LOST_PRIMARY_P (b)) in update_vtable_entry_for_fn()
2656 if (BINFO_LOST_PRIMARY_P (b)) in update_vtable_entry_for_fn()
8943 && !BINFO_LOST_PRIMARY_P (b)) in most_primary_binfo()
9023 if (BINFO_LOST_PRIMARY_P (binfo)) in dump_class_hierarchy_r()
H A Dcp-tree.h2571 #define BINFO_LOST_PRIMARY_P(NODE) BINFO_FLAG_4 (NODE) macro