Searched refs:exceptionType (Results 1 – 16 of 16) sorted by relevance
45 std::type_info *exceptionType; member83 std::type_info *exceptionType; member
263 exception_header->exceptionType = tinfo; in __cxa_throw()589 return exception_header->exceptionType; in __cxa_current_exception_type()744 dep_exception_header->exceptionType = exception_header->exceptionType; in __cxa_rethrow_primary_exception()
63 static_cast<const __shim_type_info*>(exception_header->exceptionType); in demangling_terminate_handler()
764 static_cast<const __shim_type_info*>(exception_header->exceptionType); in scan_eh_tab()795 static_cast<const __shim_type_info*>(exception_header->exceptionType); in scan_eh_tab()1245 static_cast<const __shim_type_info*>(new_exception_header->exceptionType); in __cxa_call_unexpected()
613 std::type_info* throwTypeInfo = exceptionHeader->exceptionType;
46 return header->exceptionType; in __cxa_current_exception_type()
61 header->exceptionType = tinfo; in __cxa_throw()
53 const std::type_info* throw_type = xh->exceptionType; in __cxa_type_match()
55 std::type_info *exceptionType; member
544 throw_type = xh->exceptionType; in PERSONALITY_FUNCTION()740 if (check_exception_spec (&info, new_xh->exceptionType, in __cxa_call_unexpected()
45 return header->exceptionType; in __cxa_current_exception_type()
62 header->exceptionType = tinfo; in __cxa_throw()
53 std::type_info *exceptionType; member
327 throw_type = xh->exceptionType; in PERSONALITY_FUNCTION()497 if (check_exception_spec (&info, new_xh->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()
1067 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionProtoType() local1068 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType()1072 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()1363 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionType() local1364 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType()1369 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()