Home
last modified time | relevance | path

Searched refs:exceptionType (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_elem_etmv4i.cpp528 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()
H A Dtrc_pkt_decode_etmv4i.cpp337 m_curr_packet_in->exception_info.exceptionType) == 0) in decodePacket()
/freebsd-12.1/contrib/libcxxrt/
H A Dexception.cc201 std::type_info *exceptionType; member
726 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;
H A Dcxxabi.h93 std::type_info *exceptionType; member
/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_type.cc46 return header->exceptionType; in __cxa_current_exception_type()
H A Deh_throw.cc61 header->exceptionType = tinfo; in __cxa_throw()
H A Deh_arm.cc53 const std::type_info* throw_type = xh->exceptionType; in __cxa_type_match()
H A Dunwind-cxx.h55 std::type_info *exceptionType; member
H A Deh_personality.cc544 throw_type = xh->exceptionType; in PERSONALITY_FUNCTION()
740 if (check_exception_spec (&info, new_xh->exceptionType, in __cxa_call_unexpected()
/freebsd-12.1/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_types_etmv4.h196 uint32_t exceptionType:10; //!< exception number member
H A Dtrc_pkt_elem_etmv4i.h426 exception_info.exceptionType = excep_type; in setExceptionInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp923 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionProtoType() local
924 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType()
928 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()
1249 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in substObjCTypeArgs() local
1250 QualType newExceptionType = exceptionType.substObjCTypeArgs( in substObjCTypeArgs()
1258 != exceptionType.getAsOpaquePtr()) in substObjCTypeArgs()