HomeSort by relevance Sort by last modified time
    Searched refs:SEH (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/testing/gtest/test/
gtest_catch_exceptions_test.py 90 self.assert_('SEH exception with code 0x2a thrown '
93 self.assert_('SEH exception with code 0x2a thrown '
96 self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
98 self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
100 self.assert_('SEH exception with code 0x2a thrown in SetUp()'
102 self.assert_('SEH exception with code 0x2a thrown in TearDown()'
104 self.assert_('SEH exception with code 0x2a thrown in the test body'
118 * C++ exceptions are caught and logged as C++ (not SEH) exceptions
221 # Filters out SEH exception tests on Windows. Unhandled SEH exception
    [all...]
  /external/gtest/test/
gtest_catch_exceptions_test.py 90 self.assert_('SEH exception with code 0x2a thrown '
93 self.assert_('SEH exception with code 0x2a thrown '
96 self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
98 self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
100 self.assert_('SEH exception with code 0x2a thrown in SetUp()'
102 self.assert_('SEH exception with code 0x2a thrown in TearDown()'
104 self.assert_('SEH exception with code 0x2a thrown in the test body'
118 * C++ exceptions are caught and logged as C++ (not SEH) exceptions
221 # Filters out SEH exception tests on Windows. Unhandled SEH exception
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 215 unsigned SEH = MRI->getEncodingValue(Reg);
216 MRI->mapLLVMRegToSEHReg(Reg, SEH);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h 51 * WIN32 SEH
59 * using SEH, C++, or C. For example, a library built
60 * with SEH will call the cleanup routine, while both
78 #error ERROR [__FILE__, line __LINE__]: SEH is not supported for this compiler.
751 * WIN32 SEH version of cancel cleanup.
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 776 milliseconds