Searched refs:dst_type (Results 1 – 5 of 5) sorted by relevance
113 Class *dst_type; member302 static void ThrowClassCastException(Class *dst_type, Class *src_type) in ThrowClassCastException() argument305 ASSERT_EQ(class_cast_exception_data.dst_type, dst_type); in ThrowClassCastException()
51 void ThrowClassCastException(Class *dst_type, Class *src_type);
192 static void ThrowClassCastException(Class *dst_type, Class *src_type) in ThrowClassCastException() argument194 panda::ThrowClassCastException(dst_type, src_type); in ThrowClassCastException()
139 void ThrowClassCastException(Class *dst_type, Class *src_type) in ThrowClassCastException() argument145 msg = src_type->GetName() + " cannot be cast to " + dst_type->GetName(); in ThrowClassCastException()
31 src_type, dst_type = sig.match(/inout:(\w+)->(\w+)/).captures32 res << Operand.new('acc', 'out', dst_type)