Home
last modified time | relevance | path

Searched refs:__do_catch (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/libcxxrt/
HDdynamic_cast.cc49 bool std::type_info::__do_catch(std::type_info const *ex_type, in __do_catch() function in std::type_info
66 bool __pbase_type_info::__do_catch(std::type_info const *ex_type, in __do_catch() function in __pbase_type_info
107 return __pointee->__do_catch(ptr_type->__pointee, exception_object, outer); in __do_catch()
HDtypeinfo.h90 virtual bool __do_catch(const type_info *thrown_type,
287 virtual bool __do_catch(const type_info *thrown_type,
HDexception.cc970 if (type->__do_catch(ex_type, &exception_ptr, 1)) in check_type_signature()
/freebsd-11-stable/contrib/libstdc++/libsupc++/
Dtinfo2.cc101 __do_catch (const type_info *thr_type, in __do_catch() function in __cxxabiv1::__pbase_type_info
134 return __pointee->__do_catch (thrown_type->__pointee, thr_obj, outer + 2); in __pointer_catch()
Deh_arm.cc63 if (catch_type->__do_catch(throw_type, &thrown_ptr, 1)) in __cxa_type_match()
Dcxxabi.h242 __do_catch(const std::type_info* __thr_type, void** __thr_obj,
385 __do_catch(const type_info* __thr_type, void** __thr_obj,
Deh_call.cc147 if (catch_type->__do_catch(&bad_exc, 0, 1)) in __cxa_call_unexpected()
Dtinfo.cc89 __do_catch (const type_info *thr_type, void **, unsigned) const in __do_catch() function in std::type_info
245 __do_catch (const type_info *thr_type, in __do_catch() function in __cxxabiv1::__class_type_info
Dtypeinfo115 virtual bool __do_catch(const type_info *__thr_type, void **__thr_obj,
Deh_personality.cc232 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1)) in get_adjusted_ptr()
/freebsd-11-stable/contrib/gcc/cp/
HDChangeLog-20001880 * tinfo2.cc (__pbase_type_info::__do_catch): Likewise.
3667 (__pointer_type_info::__do_catch): Rename to ...
3668 (__pbase_type_info::__do_catch): ... here. Adjust.
4582 (__pointer_to_member_type_info::__do_catch): Remove.
4591 (__pointer_type_info::__do_catch): Move specific code into
4595 (__pointer_to_member_type_info::__do_catch): Remove.
/freebsd-11-stable/contrib/libstdc++/
DChangeLog-20021949 * libsupc++/tinfo2.cc (__do_catch): Change __qualifier_flags to