Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_elem_etmv4i.cpp730 if(exception_info.exceptionType < 0x10) in exceptionInfo()
731 oss << " " << ARv8Excep[exception_info.exceptionType] << ";"; in exceptionInfo()
738 if(exception_info.exceptionType < 0x20) in exceptionInfo()
739 oss << " " << MExcep[exception_info.exceptionType] << ";"; in exceptionInfo()
740 else if((exception_info.exceptionType >= 0x208) && (exception_info.exceptionType <= 0x3EF)) in exceptionInfo()
741 oss << " IRQ" << (int)(exception_info.exceptionType - 0x200) << ";"; in exceptionInfo()
H A Dtrc_pkt_decode_etmv4i.cpp398 m_curr_packet_in->exception_info.exceptionType) == 0) in decodePacket()
/freebsd-14.2/contrib/libcxxrt/
H A Dexception.cc205 std::type_info *exceptionType; member
343 dynamic_cast<const __class_type_info*>(ex->exceptionType); in terminate_with_diagnostics()
356 const char *mangled = ex->exceptionType->name(); in terminate_with_diagnostics()
807 ex->exceptionType = tinfo; in __cxa_init_primary_exception()
843 ex->exceptionType = original->exceptionType; in __cxa_rethrow_primary_exception()
969 const std::type_info *ex_type = ex ? ex->exceptionType : 0; in check_type_signature()
1402 return ex ? ex->exceptionType : 0;
H A Dcxxabi.h107 std::type_info *exceptionType; member
/freebsd-14.2/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_types_etmv4.h230 uint32_t exceptionType:10; //!< exception number member
H A Dtrc_pkt_elem_etmv4i.h455 exception_info.exceptionType = excep_type; in setExceptionInfo()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1089 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionProtoType() local
1090 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType()
1094 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()
1385 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionType() local
1386 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType()
1391 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()