Home
last modified time | relevance | path

Searched full:seh (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/third_party/googletest/googletest/test/
Dgoogletest-catch-exceptions-test.py86 self.assert_('SEH exception with code 0x2a thrown '
89 self.assert_('SEH exception with code 0x2a thrown '
92 self.assert_('SEH exception with code 0x2a thrown in SetUpTestSuite()'
94 self.assert_('SEH exception with code 0x2a thrown in TearDownTestSuite()'
96 self.assert_('SEH exception with code 0x2a thrown in SetUp()'
98 self.assert_('SEH exception with code 0x2a thrown in TearDown()'
100 self.assert_('SEH exception with code 0x2a thrown in the test body'
114 * C++ exceptions are caught and logged as C++ (not SEH) exceptions
220 # Filters out SEH exception tests on Windows. Unhandled SEH exceptions
222 FITLER_OUT_SEH_TESTS_FLAG = FILTER_FLAG + '=-*Seh*'
Dgoogletest-death-test_ex_test.cc75 // Tests that enabling interception of SEH exceptions with the
76 // catch_exceptions flag does not interfere with SEH exceptions being
/third_party/libjpeg-turbo/
Dappveyor.yml17seh-rt_v5-rev0.7z curl -fSL -o c:\installers\x86_64-6.4.0-release-posix-seh-rt_v5-rev0.7z "https:/…
19 md "c:\Program Files\mingw-w64\x86_64-6.4.0-posix-seh-rt_v5-rev0"
21 …c:\installers\x86_64-6.4.0-release-posix-seh-rt_v5-rev0.7z -o"c:\Program Files\mingw-w64\x86_64-6.…
40 - c:\installers\x86_64-6.4.0-release-posix-seh-rt_v5-rev0.7z -> appveyor.yml
/third_party/benchmark/
Dappveyor.yml11 - compiler: msvc-15-seh
14 - compiler: msvc-15-seh
17 - compiler: msvc-14-seh
20 - compiler: msvc-14-seh
/third_party/icu/icu4c/source/data/lang/
Dseh.txt4 seh{
39 seh{"sena"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Dseh.txt4 seh{
39 seh{"sena"}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64TargetStreamer.h73 // True if we are processing SEH directives in an epilogue.
76 // Symbol of the current epilog for which we are processing SEH directives.
/third_party/python/Lib/ctypes/test/
Dtest_win32.py11 @unittest.skipUnless('MSC' in sys.version, "SEH only supported by MSC")
13 "SEH not enabled in debug builds")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCrashRecoveryContext.cpp84 // this occurs when using SEH on Windows with MSVC or clang-cl. in HandleCrash()
181 // If _MSC_VER is defined, we must have SEH. Use it if it's available. It's way
184 // internal exception handling of other libraries on that thread. SEH works
427 // SEH and VEH in HandleExit()
/third_party/skia/third_party/externals/icu/source/data/unit/
Dseh.txt4 seh{
/third_party/icu/icu4c/source/data/zone/
Dseh.txt4 seh{
/third_party/skia/third_party/externals/icu/source/data/zone/
Dseh.txt4 seh{
/third_party/icu/icu4c/source/data/unit/
Dseh.txt4 seh{
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWin64EH.cpp263 report_fatal_error("Failed to evaluate function length in SEH unwind info"); in GetAbsDifference()
507 // FIXME: This is very wrong; we emit SEH data which covers zero bytes in ARM64EmitUnwindInfo()
508 // of code. But otherwise test/MC/AArch64/seh.s crashes. in ARM64EmitUnwindInfo()
541 report_fatal_error("SEH unwind data splitting not yet implemented"); in ARM64EmitUnwindInfo()
596 report_fatal_error("SEH unwind data splitting not yet implemented"); in ARM64EmitUnwindInfo()
/third_party/icu/icu4c/source/data/translit/
Dhy_hy_Latn_BGN.txt144 Ս → S ; # ARMENIAN CAPITAL LETTER SEH
145 ս → s ; # ARMENIAN SMALL LETTER SEH
/third_party/skia/third_party/externals/icu/source/data/translit/
Dhy_hy_Latn_BGN.txt144 Ս → S ; # ARMENIAN CAPITAL LETTER SEH
145 ս → s ; # ARMENIAN SMALL LETTER SEH
/third_party/protobuf/
Dappveyor.bat12 set PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH:C:\Program Files\Git\usr\…
/third_party/skia/third_party/externals/libwebp/
DAUTHORS36 - Scott Hancher (seh at google dot com)
/third_party/icu/icu4c/source/data/curr/
Dseh.txt4 seh{
/third_party/skia/third_party/externals/icu/source/data/curr/
Dseh.txt4 seh{
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h178 DenseMap<MCRegister, int> L2SEHRegs; // LLVM to SEH regs mapping
415 /// mapLLVMRegToSEHReg - Used to initialize LLVM register to SEH register
416 /// number mapping. By default the SEH register number is just the same
516 /// Map a target register to an equivalent SEH register
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp483 // Given a load or a store instruction, generate an appropriate unwinding SEH
500 llvm_unreachable("No SEH Opcode for this instruction"); in InsertSEH()
604 // Fix up the SEH opcode associated with the save/restore instruction.
611 llvm_unreachable("Fix the offset in the SEH instruction"); in fixupSEHOpcode()
688 // Get rid of the SEH code associated with the old instruction. in convertCalleeSaveRestoreToSPPrePostIncDec()
690 auto SEH = std::next(MBBI); in convertCalleeSaveRestoreToSPPrePostIncDec() local
691 if (AArch64InstrInfo::isSEHInstruction(*SEH)) in convertCalleeSaveRestoreToSPPrePostIncDec()
692 SEH->eraseFromParent(); in convertCalleeSaveRestoreToSPPrePostIncDec()
715 // Generate a new SEH code that corresponds to the new instruction. in convertCalleeSaveRestoreToSPPrePostIncDec()
781 "Expecting a SEH instruction"); in fixupCalleeSaveRestoreStackOffset()
[all …]
/third_party/skia/third_party/externals/brotli/scripts/
Dappveyor.yml53 SET "TOOLCHAIN=x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DEHPersonalities.h50 // The two SEH personality functions can catch asynch exceptions. We assume in isAsynchronousEHPersonality()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h45 /// Similar to CxxUnwindMapEntry, but supports SEH filters.

12345678910>>...18