Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_elem_etmv4i.cpp646 if(exception_info.exceptionType < 0x10) in exceptionInfo()
647 oss << " " << ARv8Excep[exception_info.exceptionType] << ";"; in exceptionInfo()
654 if(exception_info.exceptionType < 0x20) in exceptionInfo()
655 oss << " " << MExcep[exception_info.exceptionType] << ";"; in exceptionInfo()
656 else if((exception_info.exceptionType >= 0x208) && (exception_info.exceptionType <= 0x3EF)) in exceptionInfo()
657 oss << " IRQ" << (int)(exception_info.exceptionType - 0x200) << ";"; in exceptionInfo()
H A Dtrc_pkt_decode_etmv4i.cpp370 m_curr_packet_in->exception_info.exceptionType) == 0) in decodePacket()
/freebsd-13.1/contrib/libcxxrt/
H A Dexception.cc202 std::type_info *exceptionType; member
720 dynamic_cast<const __class_type_info*>(thrown_exception->exceptionType); in report_failure()
734 const char *mangled = thrown_exception->exceptionType->name(); in report_failure()
788 ex->exceptionType = tinfo; in __cxa_throw()
808 ex->exceptionType = original->exceptionType; in __cxa_rethrow_primary_exception()
934 const std::type_info *ex_type = ex ? ex->exceptionType : 0; in check_type_signature()
1367 return ex ? ex->exceptionType : 0;
H A Dcxxabi.h100 std::type_info *exceptionType; member
/freebsd-13.1/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_types_etmv4.h212 uint32_t exceptionType:10; //!< exception number member
H A Dtrc_pkt_elem_etmv4i.h445 exception_info.exceptionType = excep_type; in setExceptionInfo()
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp2724 catch( exceptionType const& ) { \
3776 catch( exceptionType const& ex ) { \
17205 …ine CATCH_REQUIRE_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( "CATCH_REQUIRE_THROWS… argument
17219 …define CATCH_CHECK_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( "CATCH_CHECK_THROWS_… argument
17301 #define REQUIRE_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( "REQUIRE_THROWS_AS", exc… argument
17315 #define CHECK_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( "CHECK_THROWS_AS", excepti… argument
17410 #define CATCH_REQUIRE_THROWS_AS( expr, exceptionType ) (void)(0) argument
17424 #define CATCH_CHECK_THROWS_AS( expr, exceptionType ) (void)(0) argument
17494 #define REQUIRE_THROWS_AS( expr, exceptionType ) (void)(0) argument
17508 #define CHECK_THROWS_AS( expr, exceptionType ) (void)(0) argument
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1057 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionProtoType() local
1058 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType()
1062 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()
1352 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionType() local
1353 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType()
1358 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()