Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/clang/test/Sema/
H A 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()
/aosp_15_r20/external/libopus/celt/arm/
H A Darmcpu.c67 __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 Dhandle_hooks_win.cc169 } __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 Dseh-safe-div.ll12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) {
16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
H A Dseh-safe-div-win32.ll12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) {
16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
H A Dseh-catch-all.ll3 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
H A Dseh-stack-realign.ll6 @str = linkonce_odr unnamed_addr constant [27 x i8] c"GetExceptionCode(): 0x%lx\0A\00", align 1
H A Dseh-catch-all-win32.ll6 @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 Daarch32_cpudetect.c40 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) { in arm_get_cpu_caps()
/aosp_15_r20/external/libvpx/vpx_ports/
H A Daarch32_cpudetect.c40 } __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/
Drpc.h100 #define RpcExceptionCode() GetExceptionCode()
Dexcpt.h50 #define GetExceptionCode _exception_code macro
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/src/
Dregex.cpp59 }__except(EXCEPTION_STACK_OVERFLOW == GetExceptionCode()) in execute()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/impl/
Dwin_mutex.ipp68 __except(GetExceptionCode() == STATUS_NO_MEMORY
Dwin_static_mutex.ipp115 __except(GetExceptionCode() == STATUS_NO_MEMORY
/aosp_15_r20/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2077 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2082 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c1854 } __except (GetExceptionCode() == STATUS_STACK_OVERFLOW ? in PyOS_CheckStack()
/aosp_15_r20/external/python/cpython3/Python/
Dpythonrun.c1889 } __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/
Dgtest.cc2592 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2597 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/src/
H A Dgtest.cc2586 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2591 FormatSehExceptionMessage(GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/aosp_15_r20/external/libvpx/third_party/googletest/src/src/
H A Dgtest.cc2586 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 Dgtest.cc2586 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2591 FormatSehExceptionMessage(GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc2592 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2597 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/aosp_15_r20/external/mesa3d/src/gtest/src/
H A Dgtest.cc2608 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
2613 FormatSehExceptionMessage(GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
/aosp_15_r20/external/gmmlib/Source/GmmLib/ULT/googletest/src/
H A Dgtest-all.cc3622 GetExceptionCode())) { in HandleSehExceptionsInMethodIfSupported()
3627 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()

12