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.c64 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){ in opus_cpu_capabilities()
73 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){ in opus_cpu_capabilities()
82 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){ in opus_cpu_capabilities()
/external/libvpx/libvpx/vpx_ports/
Darm_cpudetect.c84 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) { in arm_cpu_caps()
95 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) { in GetExceptionCode() function
/external/bison/lib/
Dmsvc-inval.h132 __except (GetExceptionCode () == STATUS_GNULIB_INVALID_PARAMETER \
/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-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-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/protobuf/gtest/src/
Dgtest.cc2062 GetExceptionCode())) { in Run()
2063 AddExceptionThrownFailure(GetExceptionCode(), "SetUp()"); in Run()
2072 GetExceptionCode())) { in Run()
2073 AddExceptionThrownFailure(GetExceptionCode(), "the test body"); in Run()
2084 GetExceptionCode())) { in Run()
2085 AddExceptionThrownFailure(GetExceptionCode(), "TearDown()"); in Run()
2295 GetExceptionCode())) { in Run()
2296 AddExceptionThrownFailure(GetExceptionCode(), in Run()
3679 GetExceptionCode())) { in Run()
3680 printf("Exception thrown with code 0x%x.\nFAIL\n", GetExceptionCode()); in Run()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc3402 GetExceptionCode())) { in Run()
3403 AddExceptionThrownFailure(GetExceptionCode(), "SetUp()"); in Run()
3412 GetExceptionCode())) { in Run()
3413 AddExceptionThrownFailure(GetExceptionCode(), "the test body"); in Run()
3424 GetExceptionCode())) { in Run()
3425 AddExceptionThrownFailure(GetExceptionCode(), "TearDown()"); in Run()
3635 GetExceptionCode())) { in Run()
3636 AddExceptionThrownFailure(GetExceptionCode(), in Run()
5019 GetExceptionCode())) { in Run()
5020 printf("Exception thrown with code 0x%x.\nFAIL\n", GetExceptionCode()); in Run()
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h1271 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in ValidateMjpgI420InvalidSize()
1281 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in ValidateI420InvalidSize()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc2078 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2083 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc2077 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2082 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/mesa3d/src/gtest/src/
Dgtest.cc2077 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2082 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/gtest/src/
Dgtest.cc2065 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2070 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest.cc2065 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2070 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3549 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
3554 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc3549 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
3554 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()