Home
last modified time | relevance | path

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

/trueos/contrib/gcc/cp/
HDChangeLog-200249 (update_vtable_entry_for_fn): Combine covariant adjustments, when
172 (update_vtable_entry_for_fn): Look through thunks. Set covariant
653 (update_vtable_entry_for_fn): Generate covariant thunk.
917 (update_vtable_entry_for_fn): Do not try to use virtual thunks
3095 * class.c (update_vtable_entry_for_fn): Call it.
4484 * class.c (update_vtable_entry_for_fn): Set delta to zero for a
HDclass.c190 static void update_vtable_entry_for_fn (tree, tree, tree, tree *, unsigned);
1993 update_vtable_entry_for_fn (tree t, tree binfo, tree fn, tree* virtuals, in update_vtable_entry_for_fn() function
2256 update_vtable_entry_for_fn (t, in dfs_modify_vtables()
HDChangeLog-20041275 update_vtable_entry_for_fn, dfs_modify_vtables, build_vtt_inits,
2085 (update_vtable_entry_for_fn): Clear BV_CALL_INDEX here.
2518 check_bases, update_vtable_entry_for_fn, layout_empty_base,
4024 dfs_find_inal_overrider_post, update_vtable_entry_for_fn,
4261 update_vtable_entry_for_fn, walk_subobject_offsets, end_of_class,
5905 * class.c (update_vtable_entry_for_fn): Do not go through
HDChangeLog-20011235 * class.c (update_vtable_entry_for_fn): The fixed adjustment
1655 * class.c (update_vtable_entry_for_fn): Uncomment optimization to use
1786 * class.c (update_vtable_entry_for_fn): Only look as far as the
HDChangeLog-20001962 (update_vtable_entry_for_fn): Use get_primary_binfo.
2545 * class.c (update_vtable_entry_for_fn): Correct logic for deciding
2659 (update_vtable_entry_for_fn): Correct bug in finding the base
4079 * class.c (update_vtable_entry_for_fn): Prototype.
4368 (update_vtable_entry_for_fn): Split out from dfs_modify_vtables.
HDChangeLog-2003365 * class.c (update_vtable_entry_for_fn): Get the vbase within the
758 (update_vtable_entry_for_fn): Add ssizetype casts. Correct
5764 (update_vtable_entry_for_fn): Adjust.
6186 * class.c (update_vtable_entry_for_fn): Add index parameter.
HDChangeLog4143 * class.c (update_vtable_entry_for_fn): Don't process invalid
4504 (update_vtable_entry_for_fn): ... here.
6470 * class.c (update_vtable_entry_for_fn): Don't crash on invalid
6650 (update_vtable_entry_for_fn): Walk the covariant's binfo chain
/trueos/contrib/gcc/
HDChangeLog-200332197 (update_vtable_entry_for_fn): Adjust.