Searched refs:GTEST_HAS_EXCEPTIONS (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
298 #ifndef GTEST_HAS_EXCEPTIONS
308 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS macro
311 # define GTEST_HAS_EXCEPTIONS 1 macro
316 # define GTEST_HAS_EXCEPTIONS 1 macro
319 # define GTEST_HAS_EXCEPTIONS 1 macro
323 # define GTEST_HAS_EXCEPTIONS 1 macro
327 # define GTEST_HAS_EXCEPTIONS 0 macro
329 #endif // GTEST_HAS_EXCEPTIONS
H A Dgtest-death-test-internal.h160 # if GTEST_HAS_EXCEPTIONS
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest.cc117 #if GTEST_HAS_EXCEPTIONS
2029 #if GTEST_HAS_EXCEPTIONS
2059 #endif // GTEST_HAS_EXCEPTIONS
2124 #if GTEST_HAS_EXCEPTIONS
2143 #endif // GTEST_HAS_EXCEPTIONS
3766 #if GTEST_HAS_EXCEPTIONS
4502 #if GTEST_HAS_EXCEPTIONS
4507 #endif // GTEST_HAS_EXCEPTIONS

Completed in 197 milliseconds