Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.h45 std::type_info *exceptionType; member
83 std::type_info *exceptionType; member
H A Dcxa_exception.cpp263 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()
H A Dcxa_default_handlers.cpp63 static_cast<const __shim_type_info*>(exception_header->exceptionType); in demangling_terminate_handler()
H A Dcxa_personality.cpp764 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()
H A Daix_state_tab_eh.inc605 std::type_info* throwTypeInfo = exceptionHeader->exceptionType;
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1063 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionProtoType() local
1064 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType()
1068 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()
1358 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionType() local
1359 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType()
1364 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1843 py::object exceptionType; in walkSymbolTables() member
1860 calleeUserData->exceptionType = e.type(); in walkSymbolTables()