Lines Matching refs:this_p
742 gnuv3_method_ptr_to_value (struct value **this_p, struct value *method_ptr)
762 *this_p = value_cast (final_type, *this_p);
779 *this_p = value_cast (builtin_type (gdbarch)->builtin_data_ptr, *this_p);
780 *this_p = value_ptradd (*this_p, adjustment);
781 *this_p = value_cast (final_type, *this_p);
788 return gnuv3_get_virtual_fn (gdbarch, value_ind (*this_p),