Home
last modified time | relevance | path

Searched refs:ExceptionInfo (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DExceptionAnalyzer.h40 class ExceptionInfo {
43 static ExceptionInfo createUnknown() { in createUnknown()
53 ExceptionInfo(State S) in ExceptionInfo() function
56 ExceptionInfo(const ExceptionInfo &) = default;
57 ExceptionInfo &operator=(const ExceptionInfo &) = default;
58 ExceptionInfo(ExceptionInfo &&) = default;
59 ExceptionInfo &operator=(ExceptionInfo &&) = default;
77 ExceptionInfo &merge(const ExceptionInfo &Other);
88 ExceptionInfo &
135 ExceptionInfo
[all …]
H A DExceptionAnalyzer.cpp30 ExceptionAnalyzer::ExceptionInfo &ExceptionAnalyzer::ExceptionInfo::merge( in merge()
73 ExceptionAnalyzer::ExceptionInfo &
120 ExceptionInfo Result = in throwsException()
169 ExceptionInfo Uncaught = in throwsException()
209 ExceptionInfo Excs = in throwsException()
213 ExceptionInfo Excs = in throwsException()
225 ExceptionAnalyzer::ExceptionInfo
227 ExceptionInfo ExceptionList; in analyzeImpl()
245 ExceptionAnalyzer::ExceptionInfo
252 ExceptionAnalyzer::ExceptionInfo
[all …]
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp263 zx_exception_info_t ExceptionInfo; in CrashHandler() local
265 ExitOnErr(_zx_channel_read(Channel.Handle, 0, &ExceptionInfo, in CrashHandler()
266 &Exception.Handle, sizeof(ExceptionInfo), 1, in CrashHandler()
271 if (ZX_EXCP_THREAD_STARTING == ExceptionInfo.type || in CrashHandler()
272 ZX_EXCP_THREAD_EXITING == ExceptionInfo.type || in CrashHandler()
273 ZX_EXCP_PROCESS_STARTING == ExceptionInfo.type) { in CrashHandler()
H A DFuzzerUtilWindows.cpp33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler() argument
34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCrashRecoveryContext.cpp265 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler() argument
270 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()
291 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
297 RetCode, reinterpret_cast<uintptr_t>(ExceptionInfo)); in ExceptionHandler()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DSignals.inc733 WriteWindowsDumpFile(PMINIDUMP_EXCEPTION_INFORMATION ExceptionInfo) {
811 FileHandle, DumpType, ExceptionInfo, NULL, NULL))
836 MINIDUMP_EXCEPTION_INFORMATION ExceptionInfo;
837 ExceptionInfo.ThreadId = ::GetCurrentThreadId();
838 ExceptionInfo.ExceptionPointers = ep;
839 ExceptionInfo.ClientPointers = FALSE;
841 if (std::error_code EC = WriteWindowsDumpFile(&ExceptionInfo))
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dcfg-stackify-eh.ll1553 ; Regression test for an ExceptionInfo grouping bug. Because the first (inner)