Home
last modified time | relevance | path

Searched refs:BOOST_NO_CXX11_NOEXCEPT (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/boost/libs/multiprecision/test/
Dtest_nothrow_mpfr.cpp14 #ifndef BOOST_NO_CXX11_NOEXCEPT
16 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_SFINAE_EXPR) || defined(BOOST_IS_NOTHROW…
25 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_SFINAE_EXPR) || defined(BOOST_IS_NOTHROW…
Dtest_nothrow_cpp_bin_float.cpp14 #ifndef BOOST_NO_CXX11_NOEXCEPT
16 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_SFINAE_EXPR) || defined(BOOST_IS_NOTHROW…
24 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_SFINAE_EXPR) || defined(BOOST_IS_NOTHROW…
Dtest_nothrow_cpp_dec_float.cpp14 #ifndef BOOST_NO_CXX11_NOEXCEPT
16 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_SFINAE_EXPR) || defined(BOOST_IS_NOTHROW…
24 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_SFINAE_EXPR) || defined(BOOST_IS_NOTHROW…
Dtest_nothrow_gmp.cpp14 #ifndef BOOST_NO_CXX11_NOEXCEPT
16 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_SFINAE_EXPR) || defined(BOOST_IS_NOTHROW…
26 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_SFINAE_EXPR) || defined(BOOST_IS_NOTHROW…
Dtest_nothrow_float128.cpp14 #ifndef BOOST_NO_CXX11_NOEXCEPT
16 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_SFINAE_EXPR) || defined(BOOST_IS_NOTHROW…
24 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_SFINAE_EXPR) || defined(BOOST_IS_NOTHROW…
/third_party/boost/boost/math/tools/
Dcxx03_warn.hpp11 #if defined(BOOST_NO_CXX11_NOEXCEPT)
15 #if defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_MATH_SHOW_CXX03_WARNING)
19 #if defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_MATH_SHOW_CXX03_WARNING)
/third_party/boost/boost/type_traits/
Dhas_nothrow_assign.hpp18 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_CXX11_RVALUE_REFERENCES)
40 #if !defined(BOOST_HAS_NOTHROW_ASSIGN) && !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_CX…
55 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_CXX11_RVALUE_REFERENCES)
Dhas_nothrow_destructor.hpp14 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(__SUNPRO_CC) && !(defined(BOOST_MSVC) && (_MSC_FU…
Dhas_nothrow_constructor.hpp29 #elif !defined(BOOST_NO_CXX11_NOEXCEPT)
Dhas_nothrow_copy.hpp38 #elif !defined(BOOST_NO_CXX11_NOEXCEPT)
/third_party/boost/boost/config/compiler/
Dcray.hpp208 #define BOOST_NO_CXX11_NOEXCEPT macro
283 #undef BOOST_NO_CXX11_NOEXCEPT
Dnvcc.hpp54 # define BOOST_NO_CXX11_NOEXCEPT macro
Dhp_acc.hpp110 #define BOOST_NO_CXX11_NOEXCEPT macro
Dgcc_xml.hpp56 # define BOOST_NO_CXX11_NOEXCEPT macro
/third_party/boost/libs/config/test/
Dno_noexcept_fail.cpp27 #ifdef BOOST_NO_CXX11_NOEXCEPT
Dno_noexcept_pass.cpp27 #ifndef BOOST_NO_CXX11_NOEXCEPT
Dboost_no_noexcept.ipp8 // MACRO: BOOST_NO_CXX11_NOEXCEPT
/third_party/boost/libs/type_traits/test/
Dis_assignable_test.cpp25 #ifndef BOOST_NO_CXX11_NOEXCEPT
144 #ifndef BOOST_NO_CXX11_NOEXCEPT
Dis_nothrow_move_constructible_test.cpp37 #ifndef BOOST_NO_CXX11_NOEXCEPT
232 #if (!defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_SFINAE_EXPR)) || defined(BOOST_IS_NOTHR…
263 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_SFINAE_EXPR)
Dis_nothrow_move_assignable_test.cpp30 #ifndef BOOST_NO_CXX11_NOEXCEPT
231 #if (!defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_SFINAE_EXPR)) || defined(BOOST_IS_NOTHR…
253 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_SFINAE_EXPR) && !BOOST_WORKAROUND(BOOST_…
/third_party/boost/libs/core/test/
Dexplicit_operator_bool_noexcept.cpp19 #if !defined(BOOST_NO_CXX11_NOEXCEPT)
/third_party/boost/libs/dll/example/
Dgetting_started_library.cpp14 #ifdef BOOST_NO_CXX11_NOEXCEPT
/third_party/boost/libs/unordered/test/unordered/
Dnoexcept_tests.cpp184 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_SFINAE_EXPR) && \ in UNORDERED_AUTO_TEST()
190 #if !defined(BOOST_NO_SFINAE_EXPR) && !defined(BOOST_NO_CXX11_NOEXCEPT) && \ in UNORDERED_AUTO_TEST()
/third_party/boost/libs/integer/test/
Dgcd_noexcept_test.cpp9 #if !defined(BOOST_NO_CXX11_NOEXCEPT) && !defined(BOOST_NO_CXX11_HDR_TYPE_TRAITS)
/third_party/boost/libs/system/test/
Dconfig_test.cpp54 #ifdef BOOST_NO_CXX11_NOEXCEPT in main()

1234