Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__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
/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
/freebsd/contrib/llvm-project/libcxx/include/__new/
H A Dexceptions.h41 #elif defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS == 0 // !_LIBCPP_ABI_VCRUNTIME
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
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 Dtypeinfo344 #if defined(_LIBCPP_ABI_VCRUNTIME) && _HAS_EXCEPTIONS == 0
366 #endif // defined(_LIBCPP_ABI_VCRUNTIME) && _HAS_EXCEPTIONS == 0
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtypeinfo355 # if defined(_LIBCPP_ABI_VCRUNTIME) && _HAS_EXCEPTIONS == 0
377 # endif // defined(_LIBCPP_ABI_VCRUNTIME) && _HAS_EXCEPTIONS == 0
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h469 #ifndef _HAS_EXCEPTIONS
470 #define _HAS_EXCEPTIONS 1 macro
472 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS