Searched refs:GetExceptionCode (Results 1 – 12 of 12) sorted by relevance
/external/clang/test/Sema/ |
D | __try.c | 20 #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/ |
D | armcpu.c | 64 __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/ |
D | arm_cpudetect.c | 86 } __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/ |
D | msvc-inval.h | 132 __except (GetExceptionCode () == STATUS_GNULIB_INVALID_PARAMETER \
|
/external/llvm/test/CodeGen/X86/ |
D | seh-safe-div.ll | 12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) { 16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
|
/external/protobuf/gtest/src/ |
D | gtest.cc | 2062 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/ |
D | gtest-all.cc | 3402 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/ |
D | gtest.cc | 2078 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2083 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2077 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2082 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 2077 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2082 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/external/gtest/src/ |
D | gtest.cc | 2065 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2070 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 3549 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 3554 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|