/external/llvm-project/clang/test/Sema/ |
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()
|
/external/clang/test/Sema/ |
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()
|
/external/libopus/celt/arm/ |
D | armcpu.c | 66 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){ in opus_cpu_capabilities() 76 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){ in opus_cpu_capabilities() 85 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){ in opus_cpu_capabilities()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessWindows.cpp | 306 switch (exception->GetExceptionCode()) { in DumpAdditionalExceptionInformation() 392 switch (active_exception->GetExceptionCode()) { in RefreshStateAfterStop() 485 << llvm::format_hex(active_exception->GetExceptionCode(), 8) in RefreshStateAfterStop() 701 record.GetExceptionCode(), record.GetExceptionAddress()); in OnDebugException() 712 switch (record.GetExceptionCode()) { in OnDebugException() 738 record.GetExceptionCode(), record.GetExceptionAddress(), in OnDebugException()
|
D | ExceptionRecord.h | 58 GetExceptionCode() const { return m_code; } in GetExceptionCode() function
|
D | ProcessDebugger.cpp | 499 record.GetExceptionCode(), record.GetExceptionAddress()); in OnDebugException() 504 if ((record.GetExceptionCode() == EXCEPTION_BREAKPOINT || in OnDebugException() 505 record.GetExceptionCode() == in OnDebugException()
|
D | NativeProcessWindows.cpp | 436 switch (record.GetExceptionCode()) { in OnDebugException() 512 record.GetExceptionCode(), record.GetExceptionAddress(), in OnDebugException() 519 << llvm::format_hex(record.GetExceptionCode(), 8) in OnDebugException()
|
/external/libaom/libaom/aom_ports/ |
D | arm_cpudetect.c | 82 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) { in aom_arm_cpu_caps()
|
/external/libvpx/libvpx/vpx_ports/ |
D | arm_cpudetect.c | 86 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) { in arm_cpu_caps()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | seh-catch-all.ll | 3 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
|
D | seh-safe-div-win32.ll | 12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) { 16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
|
D | seh-safe-div.ll | 12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) { 16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
|
D | seh-stack-realign.ll | 6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
|
D | seh-catch-all-win32.ll | 6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
|
/external/llvm/test/CodeGen/X86/ |
D | seh-catch-all.ll | 3 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
|
D | seh-safe-div.ll | 12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) { 16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
|
D | seh-safe-div-win32.ll | 12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) { 16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
|
D | seh-stack-realign.ll | 6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
|
D | seh-catch-all-win32.ll | 6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 1854 } __except (GetExceptionCode() == STATUS_STACK_OVERFLOW ? in PyOS_CheckStack()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2077 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2082 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 1700 } __except (GetExceptionCode() == STATUS_STACK_OVERFLOW ? in PyOS_CheckStack()
|
/external/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2389 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2394 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 2430 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2435 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest.cc | 2424 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2429 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|