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

/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp233 const __class_type_info* thrown_class_type = local
235 if (thrown_class_type == 0)
238 __dynamic_cast_info info = {thrown_class_type, 0, this, -1, 0};
240 thrown_class_type->has_unambiguous_public_base(&info, adjustedPtr, public_path);
271 // We've detected an ambiguous cast from (thrown_class_type, adjustedPtr)
386 const __class_type_info* thrown_class_type = local
388 if (thrown_class_type == 0)
390 __dynamic_cast_info info = {thrown_class_type, 0, catch_class_type, -1, 0};
392 thrown_class_type->has_unambiguous_public_base(&info, adjustedPtr, public_path);

Completed in 50 milliseconds