Home
last modified time | relevance | path

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

12

/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-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/swiftshader/third_party/llvm-7.0/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/webrtc/talk/media/base/
Dvideoframe_unittest.h1271 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in ValidateMjpgI420InvalidSize()
1281 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in ValidateI420InvalidSize()
/external/python/cpython3/Python/
Dpythonrun.c1478 } __except (GetExceptionCode() == STATUS_STACK_OVERFLOW ? in PyOS_CheckStack()
/external/python/cpython2/Python/
Dpythonrun.c1854 } __except (GetExceptionCode() == STATUS_STACK_OVERFLOW ? in PyOS_CheckStack()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc2077 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2082 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc2077 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2082 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc2078 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2083 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc2390 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2395 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/mesa3d/src/gtest/src/
Dgtest.cc2389 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2394 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/swiftshader/third_party/llvm-7.0/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/googletest/googletest/src/
Dgtest.cc2411 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2416 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()

12