Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.inc613 std::type_info* throwTypeInfo = exceptionHeader->exceptionType;
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_type.cc46 return header->exceptionType; in __cxa_current_exception_type()
H A Deh_throw.cc61 header->exceptionType = tinfo; in __cxa_throw()
H A Deh_arm.cc53 const std::type_info* throw_type = xh->exceptionType; in __cxa_type_match()
H A Dunwind-cxx.h55 std::type_info *exceptionType; member
H A Deh_personality.cc544 throw_type = xh->exceptionType; in PERSONALITY_FUNCTION()
740 if (check_exception_spec (&info, new_xh->exceptionType, in __cxa_call_unexpected()
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_type.cc45 return header->exceptionType; in __cxa_current_exception_type()
H A Deh_throw.cc62 header->exceptionType = tinfo; in __cxa_throw()
H A Dunwind-cxx.h53 std::type_info *exceptionType; member
H A Deh_personality.cc327 throw_type = xh->exceptionType; in PERSONALITY_FUNCTION()
497 if (check_exception_spec (&info, new_xh->exceptionType, in __cxa_call_unexpected()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1067 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionProtoType() local
1068 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType()
1072 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()
1363 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionType() local
1364 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType()
1369 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()