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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Ddyncast.cc54 const void *whole_ptr = local
64 const void *whole_vtable = *static_cast <const void *const *> (whole_ptr);
72 dst_type, whole_ptr, src_type, src_ptr, result);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Ddyncast.cc57 const void *whole_ptr = local
67 const void *whole_vtable = *static_cast <const void *const *> (whole_ptr);
75 dst_type, whole_ptr, src_type, src_ptr, result);

Completed in 148 milliseconds