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

/freebsd-9.3-release/contrib/libcxxrt/
H A Ddynamic_cast.cc49 bool std::type_info::__do_catch(std::type_info const *ex_type, argument
55 if (type == ex_type)
61 return ex_type->__do_upcast(cti, exception_object);
66 bool __pbase_type_info::__do_catch(std::type_info const *ex_type, argument
70 if (ex_type == this)
74 if (!ex_type->__is_pointer_p())
93 static_cast<const __pbase_type_info*>(ex_type);
H A Dexception.cc900 const std::type_info *ex_type = ex ? ex->exceptionType : 0; local
902 bool is_ptr = ex ? ex_type->__is_pointer_p() : false;
923 if (*type == *ex_type)
930 if (type->__do_catch(ex_type, &exception_ptr, 1))

Completed in 76 milliseconds