Searched refs:LIBCPP_ASSERT_NOEXCEPT (Results 1 – 3 of 3) sorted by relevance
178 LIBCPP_ASSERT_NOEXCEPT(std::make_from_tuple<TestType>(std::move(tup))); in test_noexcept()185 LIBCPP_ASSERT_NOEXCEPT(std::make_from_tuple<TestType>(std::move(tup))); in test_noexcept()195 LIBCPP_ASSERT_NOEXCEPT(std::make_from_tuple<TestType>(tup)); in test_noexcept()205 LIBCPP_ASSERT_NOEXCEPT(std::make_from_tuple<TestType>(tup)); in test_noexcept()
201 LIBCPP_ASSERT_NOEXCEPT(std::apply(nec, t)); in test_noexcept()209 LIBCPP_ASSERT_NOEXCEPT(std::apply(nec, std::move(t))); in test_noexcept()
152 #define LIBCPP_ASSERT_NOEXCEPT(...) ASSERT_NOEXCEPT(__VA_ARGS__) macro158 #define LIBCPP_ASSERT_NOEXCEPT(...) ((void)0) macro