Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc164 static tree get_primary_binfo (tree);
2606 for (b = binfo; ; b = get_primary_binfo (b)) in update_vtable_entry_for_fn()
2752 b = get_primary_binfo (b); in update_vtable_entry_for_fn()
2753 for (; ; b = get_primary_binfo (b)) in update_vtable_entry_for_fn()
4158 tree vbase = get_primary_binfo (type_binfo); in walk_subobject_offsets()
6322 primary_binfo = get_primary_binfo (binfo); in propagate_binfo_offsets()
9041 get_primary_binfo (tree binfo) in get_primary_binfo() function
9062 tree primary_base = get_primary_binfo (b); in most_primary_binfo()
10100 b = get_primary_binfo (binfo); in build_vcall_and_vbase_vtbl_entries()
10148 if (get_primary_binfo (b) != non_primary_binfo) in build_vbase_offset_vtbl_entries()
[all …]
H A DChangeLog-20063166 * cp-tree.h (get_primary_binfo): Remove prototype.
3173 * class.c (get_primary_binfo): Add prototype, make static, simplify.
H A 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.
H A DChangeLog-20011539 (get_primary_binfo): Initialize result.
1699 (get_primary_binfo): Check that the shared virtual primary
H A DChangeLog-2002298 (get_primary_binfo): Remove incorrect assertion.
H A DChangeLog-20035777 (get_primary_binfo): Adjust.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c165 static tree get_primary_binfo (tree);
2503 for (b = binfo; ; b = get_primary_binfo (b)) in update_vtable_entry_for_fn()
2649 b = get_primary_binfo (b); in update_vtable_entry_for_fn()
2650 for (; ; b = get_primary_binfo (b)) in update_vtable_entry_for_fn()
4078 tree vbase = get_primary_binfo (type_binfo); in walk_subobject_offsets()
6290 primary_binfo = get_primary_binfo (binfo); in propagate_binfo_offsets()
8924 get_primary_binfo (tree binfo) in get_primary_binfo() function
8945 tree primary_base = get_primary_binfo (b); in most_primary_binfo()
9982 b = get_primary_binfo (binfo); in build_vcall_and_vbase_vtbl_entries()
10030 if (get_primary_binfo (b) != non_primary_binfo) in build_vbase_offset_vtbl_entries()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200332210 (get_primary_binfo): Adjust.