Searched refs:exceptionType (Results 1 – 12 of 12) sorted by relevance
528 if(exception_info.exceptionType < 0x10) in exceptionInfo()529 oss << " " << ARv8Excep[exception_info.exceptionType] << ";"; in exceptionInfo()536 if(exception_info.exceptionType < 0x20) in exceptionInfo()537 oss << " " << MExcep[exception_info.exceptionType] << ";"; in exceptionInfo()538 else if((exception_info.exceptionType >= 0x208) && (exception_info.exceptionType <= 0x3EF)) in exceptionInfo()539 oss << " IRQ" << (int)(exception_info.exceptionType - 0x200) << ";"; in exceptionInfo()
337 m_curr_packet_in->exception_info.exceptionType) == 0) in decodePacket()
201 std::type_info *exceptionType; member726 dynamic_cast<const __class_type_info*>(thrown_exception->exceptionType); in report_failure()740 const char *mangled = thrown_exception->exceptionType->name(); in report_failure()794 ex->exceptionType = tinfo; in __cxa_throw()814 ex->exceptionType = original->exceptionType; in __cxa_rethrow_primary_exception()940 const std::type_info *ex_type = ex ? ex->exceptionType : 0; in check_type_signature()1373 return ex ? ex->exceptionType : 0;
93 std::type_info *exceptionType; member
46 return header->exceptionType; in __cxa_current_exception_type()
61 header->exceptionType = tinfo; in __cxa_throw()
53 const std::type_info* throw_type = xh->exceptionType; in __cxa_type_match()
55 std::type_info *exceptionType; member
544 throw_type = xh->exceptionType; in PERSONALITY_FUNCTION()740 if (check_exception_spec (&info, new_xh->exceptionType, in __cxa_call_unexpected()
196 uint32_t exceptionType:10; //!< exception number member
426 exception_info.exceptionType = excep_type; in setExceptionInfo()
923 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionProtoType() local924 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType()928 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()1249 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in substObjCTypeArgs() local1250 QualType newExceptionType = exceptionType.substObjCTypeArgs( in substObjCTypeArgs()1258 != exceptionType.getAsOpaquePtr()) in substObjCTypeArgs()