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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dtinfo.cc70 __do_catch (const type_info *thr_type, void **, unsigned) const function in class:std::type_info
H A Dpbase_type_info.cc33 __do_catch (const type_info *thr_type, function in class:__cxxabiv1::__pbase_type_info
H A Dclass_type_info.cc33 __do_catch (const type_info *thr_type, function in class:__cxxabiv1::__class_type_info
H A Deh_arm.cc86 if (catch_type->__do_catch(throw_type, &thrown_ptr, 1))
H A Deh_call.cc147 if (catch_type->__do_catch(&bad_exc, &obj, 1))
H A Dcxxabi.h295 __do_catch(const std::type_info* __thr_type, void** __thr_obj,
308 return __pointee->__do_catch (thrown_type->__pointee, thr_obj, outer + 2);
450 __do_catch(const type_info* __thr_type, void** __thr_obj,
H A Deh_personality.cc237 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1))
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dtinfo.cc77 __do_catch (const type_info *thr_type, void **, unsigned) const function in class:std::type_info
H A Dpbase_type_info.cc33 __do_catch (const type_info *thr_type, function in class:__cxxabiv1::__pbase_type_info
H A Dclass_type_info.cc33 __do_catch (const type_info *thr_type, function in class:__cxxabiv1::__class_type_info
H A Deh_call.cc147 if (catch_type->__do_catch(&bad_exc, &obj, 1))
H A Deh_arm.cc86 if (catch_type->__do_catch(throw_type, &thrown_ptr, 1))
H A Dcxxabi.h303 __do_catch(const std::type_info* __thr_type, void** __thr_obj,
316 return __pointee->__do_catch (thrown_type->__pointee, thr_obj, outer + 2);
458 __do_catch(const type_info* __thr_type, void** __thr_obj,
H A Deh_personality.cc237 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1))
/netbsd-current/external/bsd/libc++/dist/libcxxrt/src/
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.cc950 if (type->__do_catch(ex_type, &exception_ptr, 1))
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d327 bool __do_catch(const CxxTypeInfo, void**, uint) const;
404 || catchType.__do_catch(throw_type, &thrownPtr, 1))
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d303 bool __do_catch(const CxxTypeInfo, void**, uint) const;
380 || catchType.__do_catch(throw_type, &thrownPtr, 1))

Completed in 170 milliseconds