Searched refs:whole_vtable (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Ddyncast.cc64 const void *whole_vtable = *static_cast <const void *const *> (whole_ptr); local
66 adjust_pointer <vtable_prefix> (whole_vtable,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Ddyncast.cc67 const void *whole_vtable = *static_cast <const void *const *> (whole_ptr); local
70 (whole_vtable, -ptrdiff_t (offsetof (vtable_prefix, origin))));

Completed in 198 milliseconds