Home
last modified time | relevance | path

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

/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/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/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-catch-all-win32.ll6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
Dseh-stack-realign.ll6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
/external/python/cpython3/Python/
Dpythonrun.c1466 } __except (GetExceptionCode() == STATUS_STACK_OVERFLOW ? in PyOS_CheckStack()
/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/mesa3d/src/gtest/src/
Dgtest.cc2420 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2425 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc2503 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2508 FormatSehExceptionMessage(GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc2580 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2585 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/googletest/googletest/src/
Dgtest.cc2594 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2599 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc2592 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2597 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/fmtlib/test/
Dgmock-gtest-all.cc3435 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
3440 FormatSehExceptionMessage(GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc3837 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
3842 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()