Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/test/Sema/
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()
/external/clang/test/Sema/
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()
/external/libopus/celt/arm/
Darmcpu.c66 __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/
DProcessWindows.cpp306 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()
DExceptionRecord.h58 GetExceptionCode() const { return m_code; } in GetExceptionCode() function
DProcessDebugger.cpp499 record.GetExceptionCode(), record.GetExceptionAddress()); in OnDebugException()
504 if ((record.GetExceptionCode() == EXCEPTION_BREAKPOINT || in OnDebugException()
505 record.GetExceptionCode() == in OnDebugException()
DNativeProcessWindows.cpp436 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/
Darm_cpudetect.c82 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) { in aom_arm_cpu_caps()
/external/libvpx/libvpx/vpx_ports/
Darm_cpudetect.c86 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) { in arm_cpu_caps()
/external/llvm-project/llvm/test/CodeGen/X86/
Dseh-catch-all.ll3 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
Dseh-safe-div-win32.ll12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) {
16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
Dseh-safe-div.ll12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) {
16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
Dseh-stack-realign.ll6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
Dseh-catch-all-win32.ll6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
/external/llvm/test/CodeGen/X86/
Dseh-catch-all.ll3 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
Dseh-safe-div.ll12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) {
16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
Dseh-safe-div-win32.ll12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) {
16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
Dseh-stack-realign.ll6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
Dseh-catch-all-win32.ll6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
/external/python/cpython2/Python/
Dpythonrun.c1854 } __except (GetExceptionCode() == STATUS_STACK_OVERFLOW ? in PyOS_CheckStack()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc2077 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2082 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/python/cpython3/Python/
Dpythonrun.c1700 } __except (GetExceptionCode() == STATUS_STACK_OVERFLOW ? in PyOS_CheckStack()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest.cc2389 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2394 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc2430 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2435 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc2424 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2429 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()

12