Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dclass.c1444 BINFO_LOST_PRIMARY_P (base_binfo) = 1; in determine_primary_bases()
1509 BINFO_LOST_PRIMARY_P (BINFO_INHERITANCE_CHAIN (primary)) = 1; in determine_primary_bases()
2149 if (BINFO_LOST_PRIMARY_P (b)) in update_vtable_entry_for_fn()
2296 if (BINFO_LOST_PRIMARY_P (b)) in update_vtable_entry_for_fn()
7568 if (BINFO_LOST_PRIMARY_P (binfo)) in dump_class_hierarchy_r()
8864 && !BINFO_LOST_PRIMARY_P (b)) in build_rtti_vtbl_entries()
H A Dcp-tree.h1796 #define BINFO_LOST_PRIMARY_P(NODE) BINFO_FLAG_4 (NODE) macro
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dclass.c1804 BINFO_LOST_PRIMARY_P (base_binfo) = 1; in determine_primary_bases()
1869 BINFO_LOST_PRIMARY_P (BINFO_INHERITANCE_CHAIN (primary)) = 1; in determine_primary_bases()
2427 if (BINFO_LOST_PRIMARY_P (b)) in update_vtable_entry_for_fn()
2573 if (BINFO_LOST_PRIMARY_P (b)) in update_vtable_entry_for_fn()
8325 && !BINFO_LOST_PRIMARY_P (b)) in most_primary_binfo()
8407 if (BINFO_LOST_PRIMARY_P (binfo)) in dump_class_hierarchy_r()
H A Dcp-tree.h2397 #define BINFO_LOST_PRIMARY_P(NODE) BINFO_FLAG_4 (NODE) macro