Searched refs:can_catch (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/libcxxabi/src/ |
| H A D | private_typeinfo.h | 25 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *thrown_type, 32 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 39 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 46 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 53 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 132 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 226 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 233 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 244 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *,
|
| H A D | private_typeinfo.cpp | 183 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__fundamental_type_info 190 __array_type_info::can_catch(const __shim_type_info*, void*&) const in can_catch() function in __cxxabiv1::__array_type_info 200 __function_type_info::can_catch(const __shim_type_info*, void*&) const in can_catch() function in __cxxabiv1::__function_type_info 211 __enum_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__enum_type_info 224 __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__class_type_info 346 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__pbase_type_info 370 __pointer_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__pointer_type_info 380 if (__pbase_type_info::can_catch(thrown_type, adjustedPtr)) { in can_catch() 480 bool __pointer_to_member_type_info::can_catch( in can_catch() function in __cxxabiv1::__pointer_to_member_type_info 498 if (__pbase_type_info::can_catch(thrown_type, adjustedPtr)) in can_catch()
|
| H A D | cxa_default_handlers.cpp | 68 if (catch_type->can_catch(thrown_type, thrown_object)) in demangling_terminate_handler()
|
| H A D | cxa_personality.cpp | 472 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch() 508 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch() 770 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()
|
| H A D | aix_state_tab_eh.inc | 623 if (catchType->can_catch(throwType, thrownObject)) {
|