Home
last modified time | relevance | path

Searched refs:GetExceptionCode (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A D__try.c20 #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 DProcessWindows.cpp294 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 DExceptionRecord.h56 GetExceptionCode() const { return m_code; } in GetExceptionCode() function
H A DProcessDebugger.cpp495 record.GetExceptionCode(), record.GetExceptionAddress()); in OnDebugException()
500 if ((record.GetExceptionCode() == EXCEPTION_BREAKPOINT || in OnDebugException()
501 record.GetExceptionCode() == in OnDebugException()
H A DNativeProcessWindows.cpp459 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 Dseh-catch-all.ll3 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
H A Dseh-safe-div-win32.ll12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) {
16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
H A Dseh-safe-div.ll12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) {
16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
H A Dseh-stack-realign.ll6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
H A Dseh-catch-all-win32.ll6 @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 Dgtest.cc2420 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2425 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()