Searched refs:modify_vtable_entry (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2000 | 3955 (modify_vtable_entry): Use NULL_TREE, not integer_zero_node, to 4367 * class.c (modify_vtable_entry): Tidy. 6340 (modify_vtable_entry): Simplify. 6450 (modify_vtable_entry): Handle generation of new vtables correctly. 6485 (modify_vtable_entry): Integrate common code from 6815 * class.c (modify_vtable_entry): Likewise.
|
H A D | class.cc | 121 static void modify_vtable_entry (tree, tree, tree, tree, tree *); 989 modify_vtable_entry (tree t, in modify_vtable_entry() function 2813 modify_vtable_entry (t, binfo, overrider_fn, delta, virtuals); in update_vtable_entry_for_fn()
|
H A D | ChangeLog-2002 | 47 * class.c (modify_vtable_entry): Remove unused variable. 1008 * class.c (modify_vtable_entry): Don't mess with
|
H A D | ChangeLog-1994 | 3207 * class.c (modify_vtable_entry): General cleanup. 3250 modify_vtable_entry and add_virtual_function.
|
H A D | ChangeLog-1999 | 4088 (modify_vtable_entry): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | class.c | 121 static void modify_vtable_entry (tree, tree, tree, tree, tree *); 957 modify_vtable_entry (tree t, in modify_vtable_entry() function 2710 modify_vtable_entry (t, binfo, overrider_fn, delta, virtuals); in update_vtable_entry_for_fn()
|