Searched refs:GTEST_HAS_SEH (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_break_on_failure_unittest_.cc56 #if GTEST_HAS_SEH && !GTEST_OS_WINDOWS_MOBILE
72 # if GTEST_HAS_SEH && !GTEST_OS_WINDOWS_MOBILE
H A Dgtest-death-test_ex_test.cc39 # if GTEST_HAS_SEH
76 # if GTEST_HAS_SEH
H A Dgtest_catch_exceptions_test_.cc40 #if GTEST_HAS_SEH
51 #if GTEST_HAS_SEH
99 #endif // GTEST_HAS_SEH
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h92 // GTEST_HAS_SEH - Define it to 1/0 to indicate whether the
905 #ifndef GTEST_HAS_SEH
910 # define GTEST_HAS_SEH 1 macro
913 # define GTEST_HAS_SEH 0
921 #endif // GTEST_HAS_SEH
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc530 #if GTEST_HAS_SEH
556 #endif // GTEST_HAS_SEH
2330 #if GTEST_HAS_SEH
2345 #endif // GTEST_HAS_SEH
2385 #if GTEST_HAS_SEH
2403 #endif // GTEST_HAS_SEH
4218 #if GTEST_HAS_SEH
4255 #endif // GTEST_HAS_SEH

Completed in 36 milliseconds