Home
last modified time | relevance | path

Searched refs:_HAS_EXCEPTIONS (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dexception.h26 #if defined(_LIBCPP_ABI_VCRUNTIME) && (!defined(_HAS_EXCEPTIONS) || _HAS_EXCEPTIONS != 0)
29 #elif defined(_LIBCPP_ABI_VCRUNTIME) && _HAS_EXCEPTIONS == 0
31 // when _HAS_EXCEPTIONS == 0.
33 // Since libc++ still wants to provide the std::exception hierarchy even when _HAS_EXCEPTIONS == 0
/freebsd/contrib/llvm-project/libcxx/include/
H A Dnew149 #elif defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS == 0 // !_LIBCPP_ABI_VCRUNTIME
151 // When _HAS_EXCEPTIONS == 0, these complete definitions are needed,
167 #endif // defined(_LIBCPP_ABI_VCRUNTIME) && defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS == 0
H A Dtypeinfo350 #if defined(_LIBCPP_ABI_VCRUNTIME) && _HAS_EXCEPTIONS == 0
372 #endif // defined(_LIBCPP_ABI_VCRUNTIME) && _HAS_EXCEPTIONS == 0
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h471 #ifndef _HAS_EXCEPTIONS
472 #define _HAS_EXCEPTIONS 1 macro
474 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS