Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dclass.c1331 BINFO_PRIMARY_P (base_binfo) = 1; in determine_primary_bases()
1385 if (!BINFO_PRIMARY_P (base_binfo)) in determine_primary_bases()
1403 if (BINFO_PRIMARY_P (primary)) in determine_primary_bases()
1406 BINFO_PRIMARY_P (primary) = 1; in determine_primary_bases()
3215 && !BINFO_PRIMARY_P (binfo)) in walk_subobject_offsets()
3278 && BINFO_PRIMARY_P (vbase) in walk_subobject_offsets()
4388 if (!BINFO_PRIMARY_P (vbase)) in layout_virtual_bases()
4460 && (!BINFO_PRIMARY_P (base_binfo) in end_of_class()
6454 if (BINFO_PRIMARY_P (binfo)) in dump_class_hierarchy_r()
6922 while (BINFO_PRIMARY_P (binfo)) in dfs_build_secondary_vptr_vtt_inits()
[all …]
H A Dinit.c106 if (!BINFO_PRIMARY_P (binfo) || BINFO_VIRTUAL_P (binfo)) in dfs_initialize_vtbl_ptrs()
746 while (BINFO_PRIMARY_P (binfo_for)) in build_vtbl_address()
H A Dsearch.c2016 if (!BINFO_PRIMARY_P (binfo)) in dfs_get_pure_virtuals()
H A Dcp-tree.h1426 gcc_assert (!BINFO_PRIMARY_P (B) || BINFO_VIRTUAL_P (B)), \
1439 #define BINFO_PRIMARY_P(NODE) BINFO_FLAG_5(NODE) macro
H A DChangeLog-20013258 (BINFO_PRIMARY_P): ... here.
3268 for BINFO_PRIMARY_P.
3290 (walk_subobject_offsets): Adjust for BINFO_PRIMARY_P.
H A DChangeLog-20023501 * cp-tree.h (BINFO_PRIMARY_P): Explain meaning better.
H A DChangeLog-20042462 * cp-tree.h (BINFO_PRIMARY_P): Use a binfo flag.