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

/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp230 const __class_type_info* thrown_class_type = local
232 if (thrown_class_type == 0)
235 __dynamic_cast_info info = {thrown_class_type, 0, this, -1, 0};
237 thrown_class_type->has_unambiguous_public_base(&info, adjustedPtr, public_path);
270 // We've detected an ambiguous cast from (thrown_class_type, adjustedPtr)
429 const __class_type_info* thrown_class_type = local
431 if (thrown_class_type == 0)
433 __dynamic_cast_info info = {thrown_class_type, 0, catch_class_type, -1, 0};
435 thrown_class_type->has_unambiguous_public_base(&info, adjustedPtr, public_path);

Completed in 568 milliseconds