Home
last modified time | relevance | path

Searched defs:exceptionType (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/libcxxrt/
H A Dcxxabi.h107 std::type_info *exceptionType; member
H A Dexception.cc205 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
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp2716 #define INTERNAL_CATCH_THROWS_AS( macroName, exceptionType, resultDisposition, expr ) \ argument
3768 #define INTERNAL_CATCH_THROWS_MATCHES( macroName, exceptionType, resultDisposition, matcher, ... ) \ argument
17301 #define REQUIRE_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( "REQUIRE_THROWS_AS", exc… argument
17410 #define CATCH_REQUIRE_THROWS_AS( expr, exceptionType ) (void)(0) argument
17413 #define CATCH_REQUIRE_THROWS_MATCHES( expr, exceptionType, matcher ) (void)(0) argument
17424 #define CATCH_CHECK_THROWS_AS( expr, exceptionType ) (void)(0) argument
17427 #define CATCH_CHECK_THROWS_MATCHES( expr, exceptionType, matcher ) (void)(0) argument
17494 #define REQUIRE_THROWS_AS( expr, exceptionType ) (void)(0) argument
17497 #define REQUIRE_THROWS_MATCHES( expr, exceptionType, matcher ) (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
1385 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionType() local