Searched refs:GetExceptionCode (Results 1 – 19 of 19) sorted by relevance
/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/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/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-catch-all-win32.ll | 6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
|
D | seh-stack-realign.ll | 6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 1466 } __except (GetExceptionCode() == STATUS_STACK_OVERFLOW ? in PyOS_CheckStack()
|
/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/mesa3d/src/gtest/src/ |
D | gtest.cc | 2420 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2425 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 2503 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2508 FormatSehExceptionMessage(GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 2580 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2585 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/external/googletest/googletest/src/ |
D | gtest.cc | 2594 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2599 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest.cc | 2592 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2597 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 3435 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 3440 FormatSehExceptionMessage(GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 3837 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 3842 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|