Home
last modified time | relevance | path

Searched refs:can_catch (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dprivate_typeinfo.h25 _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 Dprivate_typeinfo.cpp183 __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 Dcxa_default_handlers.cpp68 if (catch_type->can_catch(thrown_type, thrown_object)) in demangling_terminate_handler()
H A Dcxa_personality.cpp472 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 Daix_state_tab_eh.inc623 if (catchType->can_catch(throwType, thrownObject)) {