Searched refs:_HAS_EXCEPTIONS (Results 1 – 7 of 7) sorted by relevance
26 #if defined(_LIBCPP_ABI_VCRUNTIME) && (!defined(_HAS_EXCEPTIONS) || _HAS_EXCEPTIONS != 0)29 #elif defined(_LIBCPP_ABI_VCRUNTIME) && _HAS_EXCEPTIONS == 0
41 #elif defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS == 0 // !_LIBCPP_ABI_VCRUNTIME
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
344 #if defined(_LIBCPP_ABI_VCRUNTIME) && _HAS_EXCEPTIONS == 0366 #endif // defined(_LIBCPP_ABI_VCRUNTIME) && _HAS_EXCEPTIONS == 0
355 # if defined(_LIBCPP_ABI_VCRUNTIME) && _HAS_EXCEPTIONS == 0377 # endif // defined(_LIBCPP_ABI_VCRUNTIME) && _HAS_EXCEPTIONS == 0
469 #ifndef _HAS_EXCEPTIONS470 #define _HAS_EXCEPTIONS 1 macro472 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS