Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dclass.c1399 BINFO_LOST_PRIMARY_P (to) = BINFO_LOST_PRIMARY_P (from);
1400 BINFO_LOST_PRIMARY_P (from) = 0;
1528 BINFO_LOST_PRIMARY_P (binfo) = BINFO_LOST_PRIMARY_P (unshared_base);
1529 if (!BINFO_LOST_PRIMARY_P (binfo))
1580 BINFO_LOST_PRIMARY_P (binfo) = 1;
2423 if (BINFO_LOST_PRIMARY_P (b))
6967 if (BINFO_LOST_PRIMARY_P (binfo))
7867 if (BINFO_LOST_PRIMARY_P (b))
8318 && !BINFO_LOST_PRIMARY_P (b))
Dcp-tree.h1669 #define BINFO_LOST_PRIMARY_P(NODE) TREE_LANG_FLAG_2 (NODE) macro
DChangeLog6973 (mark_primary_bases): Adjust, set BINFO_LOST_PRIMARY_P here.
7655 BINFO_UNSHARED_MARKED, BINFO_LOST_PRIMARY_P. Don't move
7659 with morally virtual bases. Duplicate BINFO_LOST_PRIMARY_P and
9232 (BINFO_LOST_PRIMARY_P): New flag.
/openbsd/src/gnu/gcc/gcc/cp/
Dclass.c1335 BINFO_LOST_PRIMARY_P (base_binfo) = 1; in determine_primary_bases()
1399 BINFO_LOST_PRIMARY_P (BINFO_INHERITANCE_CHAIN (primary)) = 1; in determine_primary_bases()
2003 if (BINFO_LOST_PRIMARY_P (b)) in update_vtable_entry_for_fn()
6433 if (BINFO_LOST_PRIMARY_P (binfo)) in dump_class_hierarchy_r()
7288 if (BINFO_LOST_PRIMARY_P (b)) in build_vtbl_initializer()
7725 && !BINFO_LOST_PRIMARY_P (b)) in build_rtti_vtbl_entries()
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.
Dcp-tree.h1427 #define BINFO_LOST_PRIMARY_P(NODE) BINFO_FLAG_4 (NODE) macro
DChangeLog-20044018 BINFO_DEPENDENT_BASE_P, BINFO_LOST_PRIMARY_P,