/aosp_15_r20/external/clang/test/Sema/ |
H A 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()
|
/aosp_15_r20/external/libopus/celt/arm/ |
H A D | armcpu.c | 67 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){ in opus_cpu_capabilities() 77 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){ in opus_cpu_capabilities() 86 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){ in opus_cpu_capabilities()
|
/aosp_15_r20/external/cronet/base/debug/ |
H A D | handle_hooks_win.cc | 169 } __except ((GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION || in IATPatch() 170 GetExceptionCode() == EXCEPTION_GUARD_PAGE || in IATPatch() 171 GetExceptionCode() == EXCEPTION_IN_PAGE_ERROR) in IATPatch()
|
/aosp_15_r20/external/llvm/test/CodeGen/X86/ |
H A D | seh-safe-div.ll | 12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) { 16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
|
H A D | seh-safe-div-win32.ll | 12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) { 16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
|
H A D | seh-catch-all.ll | 3 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
|
H A D | seh-stack-realign.ll | 6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
|
H A D | seh-catch-all-win32.ll | 6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
|
/aosp_15_r20/external/libaom/aom_ports/ |
H A D | aarch32_cpudetect.c | 40 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) { in arm_get_cpu_caps()
|
/aosp_15_r20/external/libvpx/vpx_ports/ |
H A D | aarch32_cpudetect.c | 40 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) { in arm_get_cpu_caps()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | rpc.h | 100 #define RpcExceptionCode() GetExceptionCode()
|
D | excpt.h | 50 #define GetExceptionCode _exception_code macro
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/src/ |
D | regex.cpp | 59 }__except(EXCEPTION_STACK_OVERFLOW == GetExceptionCode()) in execute()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/impl/ |
D | win_mutex.ipp | 68 __except(GetExceptionCode() == STATUS_NO_MEMORY
|
D | win_static_mutex.ipp | 115 __except(GetExceptionCode() == STATUS_NO_MEMORY
|
/aosp_15_r20/external/llvm/utils/unittest/googletest/src/ |
H A D | gtest.cc | 2077 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2082 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | pythonrun.c | 1854 } __except (GetExceptionCode() == STATUS_STACK_OVERFLOW ? in PyOS_CheckStack()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | pythonrun.c | 1889 } __except (GetExceptionCode() == STATUS_STACK_OVERFLOW ? in PyOS_CheckStack()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest.cc | 2592 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2597 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/src/ |
H A D | gtest.cc | 2586 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2591 FormatSehExceptionMessage(GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/aosp_15_r20/external/libvpx/third_party/googletest/src/src/ |
H A D | gtest.cc | 2586 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2591 FormatSehExceptionMessage(GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/src/ |
H A D | gtest.cc | 2586 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2591 FormatSehExceptionMessage(GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest.cc | 2592 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2597 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/aosp_15_r20/external/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 2608 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 2613 FormatSehExceptionMessage(GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|
/aosp_15_r20/external/gmmlib/Source/GmmLib/ULT/googletest/src/ |
H A D | gtest-all.cc | 3622 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported() 3627 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
|