Home
last modified time | relevance | path

Searched refs:ExceptionHandler (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp47 Stmt *ExceptionHandler = nullptr; member
232 if (Coro.ExceptionHandler && Kind == AwaitKind::Init && in emitSuspendExpression()
240 CXXCatchStmt(Loc, /*exDecl=*/nullptr, Coro.ExceptionHandler); in emitSuspendExpression()
646 CurCoro.Data->ExceptionHandler = S.getExceptionHandler(); in EmitCoroutineBody()
652 if (CurCoro.Data->ExceptionHandler) { in EmitCoroutineBody()
670 CurCoro.Data->ExceptionHandler); in EmitCoroutineBody()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtilWindows.cpp33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler() function
131 SetUnhandledExceptionFilter(ExceptionHandler); in SetSignalHandler()
/netbsd/sys/arch/emips/stand/common/
H A Dprom_iface.c344 memcpy(exceptioncode,ExceptionHandler,sizeof exceptioncode); in save_locore()
350 memcpy(ExceptionHandler,exceptioncode,sizeof exceptioncode); in restore_locore()
H A Dstart.h55 extern char ExceptionHandler[];
H A Dstart.S102 NESTED_NOPROFILE(ExceptionHandler,SIZEOF_CXTINFO,$31)
218 END(ExceptionHandler)
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp264 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler() function
315 PVOID handle = ::AddVectoredExceptionHandler(1, ExceptionHandler); in installExceptionOrSignalHandlers()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCWinEH.h43 const MCSymbol *ExceptionHandler = nullptr; member
/netbsd/sys/external/bsd/gnu-efi/dist/inc/protocol/
H A Defidbg.h102 IN EXCEPTION_HANDLER ExceptionHandler,
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCWin64EH.cpp214 streamer.emitValue(MCSymbolRefExpr::create(info->ExceptionHandler, in EmitUnwindInfo()
1066 MCSymbolRefExpr::create(info->ExceptionHandler, in ARM64EmitUnwindInfo()
H A DMCStreamer.cpp765 CurFrame->ExceptionHandler = Sym; in EmitWinEHHandler()
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Ddmain2.d157 alias void delegate(Throwable) ExceptionHandler;
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Ddmain2.d101 alias void delegate(Throwable) ExceptionHandler;
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-1993405 code such as ExceptionHandler::operator=.