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

/freebsd-10.3-release/contrib/libstdc++/libsupc++/
H A Dtinfo2.cc101 __do_catch (const type_info *thr_type, function in class:__cxxabiv1::__pbase_type_info
134 return __pointee->__do_catch (thrown_type->__pointee, thr_obj, outer + 2);
H A Deh_arm.cc63 if (catch_type->__do_catch(throw_type, &thrown_ptr, 1))
H A Deh_call.cc147 if (catch_type->__do_catch(&bad_exc, 0, 1))
H A Dcxxabi.h242 __do_catch(const std::type_info* __thr_type, void** __thr_obj,
385 __do_catch(const type_info* __thr_type, void** __thr_obj,
H A Dtinfo.cc89 __do_catch (const type_info *thr_type, void **, unsigned) const function in class:std::type_info
245 __do_catch (const type_info *thr_type, function in class:__cxxabiv1::__class_type_info
H A Deh_personality.cc233 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1))
/freebsd-10.3-release/contrib/libcxxrt/
H A Ddynamic_cast.cc49 bool std::type_info::__do_catch(std::type_info const *ex_type, function in class:std::type_info
66 bool __pbase_type_info::__do_catch(std::type_info const *ex_type, function in class:__pbase_type_info
107 return __pointee->__do_catch(ptr_type->__pointee, exception_object, outer);
H A Dtypeinfo.h90 virtual bool __do_catch(const type_info *thrown_type,
287 virtual bool __do_catch(const type_info *thrown_type,
H A Dexception.cc940 if (type->__do_catch(ex_type, &exception_ptr, 1))

Completed in 60 milliseconds