Searched refs:exceptionType (Results 1 – 20 of 20) sorted by relevance
201 std::type_info *exceptionType; member708 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;
93 std::type_info *exceptionType; member
64 header->exc.exceptionType = tinfo; in __cxa_init_primary_exception()117 header->exceptionType); in __cxa_rethrow()
48 return header->exceptionType; in __cxa_current_exception_type()
84 PROBE2 (catch, objectp, header->exceptionType); in __cxa_begin_catch()
64 throw_type = xh->exceptionType; in __cxa_type_match()
580 (thrown_ptr)->exceptionType; in PERSONALITY_FUNCTION()782 (new_ptr)->exceptionType, in __cxa_call_unexpected()
65 std::type_info *exceptionType; member
162 return eh->exceptionType; in __cxa_exception_type()
64 header->exc.exceptionType = tinfo; in __cxa_init_primary_exception()120 header->exceptionType); in __cxa_rethrow()
141 return eh->exceptionType; in __cxa_exception_type()
580 (thrown_ptr)->exceptionType; in PERSONALITY_FUNCTION()785 (new_ptr)->exceptionType, in __cxa_call_unexpected()
1375 llvm::Value *exceptionType = namedValues["exceptTypeToThrow"]; in createThrowExceptionFunction() local1382 builder.CreateCall(&nativeThrowFunct, exceptionType); in createThrowExceptionFunction()1394 *exceptionType, in createThrowExceptionFunction()1403 llvm::SwitchInst *theSwitch = builder.CreateSwitch(exceptionType, in createThrowExceptionFunction()
339 CxxTypeInfo exceptionType;397 const throw_type = (cast(CxaExceptionHeader*)thrownPtr - 1).exceptionType;
315 CxxTypeInfo exceptionType; member373 const throw_type = (cast(CxaExceptionHeader*)thrownPtr - 1).exceptionType; in getAdjustedPtr()
1057 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionProtoType() local1058 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType()1062 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()1352 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionType() local1353 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType()1358 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()