Searched refs:__do_catch (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/contrib/libcxxrt/ |
| HD | dynamic_cast.cc | 49 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()
|
| HD | typeinfo.h | 90 virtual bool __do_catch(const type_info *thrown_type, 287 virtual bool __do_catch(const type_info *thrown_type,
|
| HD | exception.cc | 970 if (type->__do_catch(ex_type, &exception_ptr, 1)) in check_type_signature()
|
| /freebsd-11-stable/contrib/libstdc++/libsupc++/ |
| D | tinfo2.cc | 101 __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()
|
| D | eh_arm.cc | 63 if (catch_type->__do_catch(throw_type, &thrown_ptr, 1)) in __cxa_type_match()
|
| D | cxxabi.h | 242 __do_catch(const std::type_info* __thr_type, void** __thr_obj, 385 __do_catch(const type_info* __thr_type, void** __thr_obj,
|
| D | eh_call.cc | 147 if (catch_type->__do_catch(&bad_exc, 0, 1)) in __cxa_call_unexpected()
|
| D | tinfo.cc | 89 __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
|
| D | typeinfo | 115 virtual bool __do_catch(const type_info *__thr_type, void **__thr_obj,
|
| D | eh_personality.cc | 232 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1)) in get_adjusted_ptr()
|
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | ChangeLog-2000 | 1880 * 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++/ |
| D | ChangeLog-2002 | 1949 * libsupc++/tinfo2.cc (__do_catch): Change __qualifier_flags to
|