Searched refs:LIBCPP_ASSERT_NOT_NOEXCEPT (Results 1 – 5 of 5) sorted by relevance
70 LIBCPP_ASSERT_NOT_NOEXCEPT(H.promise()); in do_test()75 LIBCPP_ASSERT_NOT_NOEXCEPT(CH.promise()); in do_test()
61 LIBCPP_ASSERT_NOT_NOEXCEPT(H.resume()); in do_test()62 LIBCPP_ASSERT_NOT_NOEXCEPT(H()); in do_test()
47 LIBCPP_ASSERT_NOT_NOEXCEPT(H.destroy()); in do_test()
232 #define LIBCPP_ASSERT_NOT_NOEXCEPT(...) ASSERT_NOT_NOEXCEPT(__VA_ARGS__) macro238 #define LIBCPP_ASSERT_NOT_NOEXCEPT(...) ((void)0) macro
36 LIBCPP_ASSERT_NOT_NOEXCEPT(H.done()); in do_test()