Home
last modified time | relevance | path

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

/external/clang/test/Sema/
D__try.c17 #define GetExceptionCode __exception_code macro
80 __except ( FilterExpression(GetExceptionCode()) ) { in TEST()
120 __except ( FilterExpression(GetExceptionCode()) ) { in TEST()
168 (void)GetExceptionCode(); // expected-error{{only allowed in __except block}} in TEST()
/external/libvpx/vpx_ports/
Darm_cpudetect.c64 __except(GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) in arm_cpu_caps()
77 __except(GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) in arm_cpu_caps()
91 __except(GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) in GetExceptionCode() function
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest.cc1801 GetExceptionCode())) { in Run()
1802 AddExceptionThrownFailure(GetExceptionCode(), "SetUp()"); in Run()
1811 GetExceptionCode())) { in Run()
1812 AddExceptionThrownFailure(GetExceptionCode(), "the test body"); in Run()
1823 GetExceptionCode())) { in Run()
1824 AddExceptionThrownFailure(GetExceptionCode(), "TearDown()"); in Run()
1980 GetExceptionCode())) { in Run()
1981 AddExceptionThrownFailure(GetExceptionCode(), in Run()
2966 GetExceptionCode())) { in Run()
2967 printf("Exception thrown with code 0x%x.\nFAIL\n", GetExceptionCode()); in Run()
/external/gtest/src/
Dgtest.cc2037 GetExceptionCode())) { in Run()
2038 AddExceptionThrownFailure(GetExceptionCode(), "SetUp()"); in Run()
2047 GetExceptionCode())) { in Run()
2048 AddExceptionThrownFailure(GetExceptionCode(), "the test body"); in Run()
2059 GetExceptionCode())) { in Run()
2060 AddExceptionThrownFailure(GetExceptionCode(), "TearDown()"); in Run()
2273 GetExceptionCode())) { in Run()
2274 AddExceptionThrownFailure(GetExceptionCode(), in Run()
3394 GetExceptionCode())) { in Run()
3395 printf("Exception thrown with code 0x%x.\nFAIL\n", GetExceptionCode()); in Run()
/external/protobuf/gtest/src/
Dgtest.cc2036 GetExceptionCode())) { in Run()
2037 AddExceptionThrownFailure(GetExceptionCode(), "SetUp()"); in Run()
2046 GetExceptionCode())) { in Run()
2047 AddExceptionThrownFailure(GetExceptionCode(), "the test body"); in Run()
2058 GetExceptionCode())) { in Run()
2059 AddExceptionThrownFailure(GetExceptionCode(), "TearDown()"); in Run()
2269 GetExceptionCode())) { in Run()
2270 AddExceptionThrownFailure(GetExceptionCode(), in Run()
3655 GetExceptionCode())) { in Run()
3656 printf("Exception thrown with code 0x%x.\nFAIL\n", GetExceptionCode()); in Run()
/external/llvm/utils/unittest/googletest/
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()
2266 GetExceptionCode())) { in Run()
2267 AddExceptionThrownFailure(GetExceptionCode(), in Run()
3650 GetExceptionCode())) { in Run()
3651 printf("Exception thrown with code 0x%x.\nFAIL\n", GetExceptionCode()); in Run()
/external/chromium/testing/gtest/src/
Dgtest.cc2077 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2082 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()