Searched refs:exceptionType (Results 1 – 8 of 8) sorted by relevance
39 std::type_info *exceptionType; member77 std::type_info *exceptionType; member
230 exception_header->exceptionType = tinfo; in __cxa_throw()533 return exception_header->exceptionType; in __cxa_current_exception_type()695 dep_exception_header->exceptionType = exception_header->exceptionType; in __cxa_rethrow_primary_exception()
48 static_cast<const __shim_type_info*>(exception_header->exceptionType); in default_terminate_handler()
731 static_cast<const __shim_type_info*>(exception_header->exceptionType); in scan_eh_tab()773 static_cast<const __shim_type_info*>(exception_header->exceptionType); in scan_eh_tab()1270 static_cast<const __shim_type_info*>(new_exception_header->exceptionType); in __cxa_call_unexpected()
93 if (dynamic_cast<const __pointer_type_info*>(header->exceptionType)) { in __cxa_type_match()100 static_cast<const __shim_type_info*>(header->exceptionType); in __cxa_type_match()301 const std::type_info* excpType = new_exception_header->exceptionType; in __cxa_call_unexpected()
281 std::type_info* exceptionType; member
176 static_cast<const __shim_type_info*>(exception_header->exceptionType); in scanEHTable()209 const std::type_info* excpType = header->exceptionType; in scanEHTable()
329 header->exceptionType = tinfo; in __cxa_throw()