Searched refs:BINFO_PRIMARY_P (Results 1 – 16 of 16) sorted by relevance
1948 BINFO_PRIMARY_P (base_binfo) = 1; in determine_primary_bases()1956 if (BINFO_PRIMARY_P (this_primary)) in determine_primary_bases()1963 BINFO_PRIMARY_P (this_primary) = 1; in determine_primary_bases()2003 if (!BINFO_PRIMARY_P (base_binfo)) in determine_primary_bases()2021 if (BINFO_PRIMARY_P (primary)) in determine_primary_bases()2024 BINFO_PRIMARY_P (primary) = 1; in determine_primary_bases()2576 while (BINFO_PRIMARY_P (binfo)) in lookup_vfn_in_binfo()2844 if (BINFO_PRIMARY_P (binfo) && !BINFO_VIRTUAL_P (binfo)) in dfs_modify_vtables()3171 if (BINFO_PRIMARY_P (binfo)) in dfs_declare_virt_assop_and_dtor()4161 && BINFO_PRIMARY_P (vbase) in walk_subobject_offsets()[all …]
310 if (!BINFO_PRIMARY_P (binfo)) in cp_ubsan_dfs_initialize_vtbl_ptrs()
616 if ((!BINFO_PRIMARY_P (base_binfo) in register_other_binfo_vtables()
2202 if (!BINFO_PRIMARY_P (binfo)) in dfs_get_pure_virtuals()
102 if (!BINFO_PRIMARY_P (binfo) || BINFO_VIRTUAL_P (binfo)) in dfs_initialize_vtbl_ptrs()1623 while (BINFO_PRIMARY_P (binfo_for)) in build_vtbl_address()
3258 (BINFO_PRIMARY_P): ... here.3268 for BINFO_PRIMARY_P.3290 (walk_subobject_offsets): Adjust for BINFO_PRIMARY_P.
2726 gcc_assert (!BINFO_PRIMARY_P (B) || BINFO_VIRTUAL_P (B)), \2739 #define BINFO_PRIMARY_P(NODE) BINFO_FLAG_5(NODE) macro
3501 * cp-tree.h (BINFO_PRIMARY_P): Explain meaning better.
2462 * cp-tree.h (BINFO_PRIMARY_P): Use a binfo flag.
3466 * class.c (lookup_vfn_in_binfo): Look through BINFO_PRIMARY_P.
1858 BINFO_PRIMARY_P (base_binfo) = 1; in determine_primary_bases()1866 if (BINFO_PRIMARY_P (this_primary)) in determine_primary_bases()1873 BINFO_PRIMARY_P (this_primary) = 1; in determine_primary_bases()1913 if (!BINFO_PRIMARY_P (base_binfo)) in determine_primary_bases()1931 if (BINFO_PRIMARY_P (primary)) in determine_primary_bases()1934 BINFO_PRIMARY_P (primary) = 1; in determine_primary_bases()2473 while (BINFO_PRIMARY_P (binfo)) in lookup_vfn_in_binfo()2741 if (BINFO_PRIMARY_P (binfo) && !BINFO_VIRTUAL_P (binfo)) in dfs_modify_vtables()3097 if (BINFO_PRIMARY_P (binfo)) in dfs_declare_virt_assop_and_dtor()4081 && BINFO_PRIMARY_P (vbase) in walk_subobject_offsets()[all …]
292 if (!BINFO_PRIMARY_P (binfo)) in cp_ubsan_dfs_initialize_vtbl_ptrs()
2168 if (!BINFO_PRIMARY_P (binfo)) in dfs_get_pure_virtuals()
102 if (!BINFO_PRIMARY_P (binfo) || BINFO_VIRTUAL_P (binfo)) in dfs_initialize_vtbl_ptrs()1397 while (BINFO_PRIMARY_P (binfo_for)) in build_vtbl_address()
2561 gcc_assert (!BINFO_PRIMARY_P (B) || BINFO_VIRTUAL_P (B)), \2574 #define BINFO_PRIMARY_P(NODE) BINFO_FLAG_5(NODE) macro