Searched defs:thrown_pointer_type (Results 1 - 1 of 1) sorted by last modified time

/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp370 const __pointer_type_info* thrown_pointer_type = local
372 if (thrown_pointer_type == 0)
375 if (thrown_pointer_type->__flags & ~__flags)
377 if (is_equal(__pointee, thrown_pointer_type->__pointee, false))
387 dynamic_cast<const __class_type_info*>(thrown_pointer_type->__pointee);

Completed in 121 milliseconds