Searched refs:_HAS_EXCEPTIONS (Results 1 – 4 of 4) sorted by relevance
26 #if defined(_LIBCPP_ABI_VCRUNTIME) && (!defined(_HAS_EXCEPTIONS) || _HAS_EXCEPTIONS != 0)29 #elif defined(_LIBCPP_ABI_VCRUNTIME) && _HAS_EXCEPTIONS == 031 // when _HAS_EXCEPTIONS == 0.33 // Since libc++ still wants to provide the std::exception hierarchy even when _HAS_EXCEPTIONS == 0
149 #elif defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS == 0 // !_LIBCPP_ABI_VCRUNTIME151 // When _HAS_EXCEPTIONS == 0, these complete definitions are needed,167 #endif // defined(_LIBCPP_ABI_VCRUNTIME) && defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS == 0
350 #if defined(_LIBCPP_ABI_VCRUNTIME) && _HAS_EXCEPTIONS == 0372 #endif // defined(_LIBCPP_ABI_VCRUNTIME) && _HAS_EXCEPTIONS == 0
471 #ifndef _HAS_EXCEPTIONS472 #define _HAS_EXCEPTIONS 1 macro474 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS