Searched refs:exceptionType (Results 1 – 4 of 4) sorted by relevance
92 if (dynamic_cast<const __pointer_type_info*>(header->exceptionType)) { in __cxa_type_match()99 static_cast<const __shim_type_info*>(header->exceptionType); in __cxa_type_match()300 const std::type_info* excpType = new_exception_header->exceptionType; in __cxa_call_unexpected()
180 static_cast<const __shim_type_info*>(exception_header->exceptionType); in scanEHTable()213 const std::type_info* excpType = header->exceptionType; in scanEHTable()
184 header->exceptionType = tinfo; in __cxa_throw()
284 std::type_info* exceptionType; member