Home
last modified time | relevance | path

Searched refs:modify_all_vtables (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20003958 (modify_all_vtables): Likewise.
4371 (modify_all_vtables): Fix thinko in code to add overriding copies
5043 (modify_all_vtables): Don't use start_vtable. Do use set_vindex.
6352 (modify_all_vtables): Adjust. Set BV_VCALL_INDEX on new
6818 (modify_all_vtables): Handle all the overridden functions here.
6821 (finish_struct_1): Adjust call to modify_all_vtables. Add
7066 (modify_all_vtables): Use dfs_unmarked_real_bases_queue_p
7190 (modify_all_vtables): Use them.
H A Dclass.cc126 static tree modify_all_vtables (tree, tree);
2879 modify_all_vtables (tree t, tree virtuals) in modify_all_vtables() function
7529 virtuals = modify_all_vtables (t, nreverse (virtuals)); in finish_struct_1()
H A DChangeLog-20041219 (modify_all_vtables): Walk in pre-order.
1408 (modify_all_vtables): Use dfs_walk_once.
H A DChangeLog-19943212 BINFO_VIRTUALS as early as we can, so that modify_all_vtables can
3220 modify_all_vtables): New routines.
H A DChangeLog-20011425 (modify_all_vtables): Likewise.
H A DChangeLog-20133848 * class.c (modify_all_vtables): Mangle the vtable name before
H A DChangeLog-20021013 (modify_all_vtables): Likewise.
H A DChangeLog-20035765 (modify_all_vtables): Adjust.
H A DChangeLog-19994083 (modify_all_vtables): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c126 static tree modify_all_vtables (tree, tree);
2776 modify_all_vtables (tree t, tree virtuals) in modify_all_vtables() function
7417 virtuals = modify_all_vtables (t, nreverse (virtuals)); in finish_struct_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200332198 (modify_all_vtables): Adjust.