Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc201 std::type_info *exceptionType; member
708 dynamic_cast<const __class_type_info*>(thrown_exception->exceptionType); in report_failure()
722 const char *mangled = thrown_exception->exceptionType->name(); in report_failure()
774 ex->exceptionType = tinfo; in __cxa_throw()
794 ex->exceptionType = original->exceptionType; in __cxa_rethrow_primary_exception()
920 const std::type_info *ex_type = ex ? ex->exceptionType : 0; in check_type_signature()
1353 return ex ? ex->exceptionType : 0;
H A Dcxxabi.h93 std::type_info *exceptionType; member
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_throw.cc64 header->exc.exceptionType = tinfo; in __cxa_init_primary_exception()
117 header->exceptionType); in __cxa_rethrow()
H A Deh_type.cc48 return header->exceptionType; in __cxa_current_exception_type()
H A Deh_catch.cc84 PROBE2 (catch, objectp, header->exceptionType); in __cxa_begin_catch()
H A Deh_arm.cc64 throw_type = xh->exceptionType; in __cxa_type_match()
H A Deh_personality.cc580 (thrown_ptr)->exceptionType; in PERSONALITY_FUNCTION()
782 (new_ptr)->exceptionType, in __cxa_call_unexpected()
H A Dunwind-cxx.h65 std::type_info *exceptionType; member
H A Deh_ptr.cc162 return eh->exceptionType; in __cxa_exception_type()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_throw.cc64 header->exc.exceptionType = tinfo; in __cxa_init_primary_exception()
120 header->exceptionType); in __cxa_rethrow()
H A Deh_type.cc48 return header->exceptionType; in __cxa_current_exception_type()
H A Deh_catch.cc84 PROBE2 (catch, objectp, header->exceptionType); in __cxa_begin_catch()
H A Deh_arm.cc64 throw_type = xh->exceptionType; in __cxa_type_match()
H A Deh_ptr.cc141 return eh->exceptionType; in __cxa_exception_type()
H A Deh_personality.cc580 (thrown_ptr)->exceptionType; in PERSONALITY_FUNCTION()
785 (new_ptr)->exceptionType, in __cxa_call_unexpected()
H A Dunwind-cxx.h65 std::type_info *exceptionType; member
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1375 llvm::Value *exceptionType = namedValues["exceptTypeToThrow"]; in createThrowExceptionFunction() local
1382 builder.CreateCall(&nativeThrowFunct, exceptionType); in createThrowExceptionFunction()
1394 *exceptionType, in createThrowExceptionFunction()
1403 llvm::SwitchInst *theSwitch = builder.CreateSwitch(exceptionType, in createThrowExceptionFunction()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d339 CxxTypeInfo exceptionType;
397 const throw_type = (cast(CxaExceptionHeader*)thrownPtr - 1).exceptionType;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d315 CxxTypeInfo exceptionType; member
373 const throw_type = (cast(CxaExceptionHeader*)thrownPtr - 1).exceptionType; in getAdjustedPtr()
/netbsd-src/external/apache2/llvm/dist/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()