Searched refs:exceptionType (Results 1 – 8 of 8) 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()
605 std::type_info* throwTypeInfo = exceptionHeader->exceptionType;
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()
1063 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionProtoType() local1064 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType()1068 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()1358 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionType() local1359 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType()1364 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()
1843 py::object exceptionType; in walkSymbolTables() member1860 calleeUserData->exceptionType = e.type(); in walkSymbolTables()