Searched refs:GetExceptionCode (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | __try.c | 20 #define GetExceptionCode __exception_code macro 84 __except ( FilterExpression(GetExceptionCode()) ) { in TEST() 124 __except ( FilterExpression(GetExceptionCode()) ) { in TEST() 182 …(void)GetExceptionCode(); // expected-error{{only allowed in __except block or filter expressi… in TEST() 188 GetExceptionCode(); // valid in TEST()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessWindows.cpp | 294 switch (exception->GetExceptionCode()) { in DumpAdditionalExceptionInformation() 380 switch (active_exception->GetExceptionCode()) { in RefreshStateAfterStop() 494 << llvm::format_hex(active_exception->GetExceptionCode(), 8) in RefreshStateAfterStop() 714 record.GetExceptionCode(), record.GetExceptionAddress()); in OnDebugException() 725 switch (record.GetExceptionCode()) { in OnDebugException() 751 record.GetExceptionCode(), record.GetExceptionAddress(), in OnDebugException()
|
| H A D | ExceptionRecord.h | 56 GetExceptionCode() const { return m_code; } in GetExceptionCode() function
|
| H A D | ProcessDebugger.cpp | 495 record.GetExceptionCode(), record.GetExceptionAddress()); in OnDebugException() 500 if ((record.GetExceptionCode() == EXCEPTION_BREAKPOINT || in OnDebugException() 501 record.GetExceptionCode() == in OnDebugException()
|
| H A D | NativeProcessWindows.cpp | 459 switch (record.GetExceptionCode()) { in OnDebugException() 536 record.GetExceptionCode(), record.GetExceptionAddress(), in OnDebugException() 543 << llvm::format_hex(record.GetExceptionCode(), 8) in OnDebugException()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | seh-catch-all.ll | 3 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
|
| H A D | seh-safe-div-win32.ll | 12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) { 16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
|
| H A D | seh-safe-div.ll | 12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) { 16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
|
| H A D | seh-stack-realign.ll | 6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
|
| H A D | seh-catch-all-win32.ll | 6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 2420 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2425 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|