Home
last modified time | relevance | path

Searched refs:GetExceptionCode (Results 1 – 12 of 12) 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.c86 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) { in arm_cpu_caps()
96 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) { in arm_cpu_caps()
106 } __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-safe-div.ll12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) {
16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
/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/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/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3549 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
3554 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()