Home
last modified time | relevance | path

Searched refs:catchType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp469 const __shim_type_info* catchType = in exception_spec_can_catch() local
472 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()
501 const __shim_type_info* catchType = get_shim_type_info(ttypeIndex, in exception_spec_can_catch() local
508 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()
738 const __shim_type_info* catchType = in scan_eh_tab() local
743 if (catchType == 0) in scan_eh_tab()
770 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()
H A Daix_state_tab_eh.inc618 …__cxxabiv1::__shim_type_info* catchType = reinterpret_cast<__cxxabiv1::__shim_type_info*>(catchTyp…
622 … throwType->name(), reinterpret_cast<void*>(catchType), catchType->name());
623 if (catchType->can_catch(throwType, thrownObject)) {