OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEH
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp
219
int
SEH
= X86_MC::getX86RegNum(Reg);
233
SEH
+= 8;
236
MRI->mapLLVMRegToSEHReg(Reg,
SEH
);
/external/chromium/testing/gtest/test/
gtest_catch_exceptions_test.py
77
self.assert_('
SEH
exception with code 0x2a thrown '
80
self.assert_('
SEH
exception with code 0x2a thrown '
83
self.assert_('
SEH
exception with code 0x2a thrown in SetUpTestCase()'
85
self.assert_('
SEH
exception with code 0x2a thrown in TearDownTestCase()'
87
self.assert_('
SEH
exception with code 0x2a thrown in SetUp()'
89
self.assert_('
SEH
exception with code 0x2a thrown in TearDown()'
91
self.assert_('
SEH
exception with code 0x2a thrown in the test body'
105
* C++ exceptions are caught and logged as C++ (not
SEH
) exceptions
205
# Filters out
SEH
exception tests on Windows. Unhandled
SEH
exception
[
all
...]
/external/gtest/test/
gtest_output_test_.cc
360
// This group of tests verifies that Google Test handles
SEH
and C++
363
// A function that throws an
SEH
exception.
449
// test function throws an
SEH
exception.
450
TEST_F(ExceptionInTestFunctionTest,
SEH
) {
/external/protobuf/gtest/test/
gtest_output_test_.cc
353
// This group of tests verifies that Google Test handles
SEH
and C++
356
// A function that throws an
SEH
exception.
442
// test function throws an
SEH
exception.
443
TEST_F(ExceptionInTestFunctionTest,
SEH
) {
Completed in 991 milliseconds