Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/cp/
Dclass.c168 static tree get_primary_binfo (tree);
2009 for (b = binfo; ; b = get_primary_binfo (b)) in update_vtable_entry_for_fn()
2175 while ((probe = get_primary_binfo (probe)) in update_vtable_entry_for_fn()
3275 tree vbase = get_primary_binfo (type_binfo); in walk_subobject_offsets()
4324 primary_binfo = get_primary_binfo (binfo); in propagate_binfo_offsets()
6395 get_primary_binfo (tree binfo) in get_primary_binfo() function
7309 for (b = binfo; ; b = get_primary_binfo (b)) in build_vtbl_initializer()
7401 b = get_primary_binfo (binfo); in build_vcall_and_vbase_vtbl_entries()
7449 if (get_primary_binfo (b) != non_primary_binfo) in build_vbase_offset_vtbl_entries()
7563 primary_binfo = get_primary_binfo (binfo); in add_vcall_offset_vtbl_entries_r()
[all …]
DChangeLog-20001948 (get_primary_binfo): New function.
1953 (get_derived_offset): Use get_primary_binfo.
1962 (update_vtable_entry_for_fn): Use get_primary_binfo.
1974 (get_primary_binfo): Likewise.
DChangeLog-20011539 (get_primary_binfo): Initialize result.
1699 (get_primary_binfo): Check that the shared virtual primary
DChangeLog3255 * cp-tree.h (get_primary_binfo): Remove prototype.
3262 * class.c (get_primary_binfo): Add prototype, make static, simplify.
DChangeLog-2002298 (get_primary_binfo): Remove incorrect assertion.
DChangeLog-20035777 (get_primary_binfo): Adjust.
/freebsd-12-stable/contrib/gcc/
DChangeLog-200332210 (get_primary_binfo): Adjust.