Home
last modified time | relevance | path

Searched refs:LIBCPP_ASSERT_NOT_NOEXCEPT (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/
Dpromise.pass.cpp70 LIBCPP_ASSERT_NOT_NOEXCEPT(H.promise()); in do_test()
75 LIBCPP_ASSERT_NOT_NOEXCEPT(CH.promise()); in do_test()
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/
Dresume.pass.cpp61 LIBCPP_ASSERT_NOT_NOEXCEPT(H.resume()); in do_test()
62 LIBCPP_ASSERT_NOT_NOEXCEPT(H()); in do_test()
Ddestroy.pass.cpp47 LIBCPP_ASSERT_NOT_NOEXCEPT(H.destroy()); in do_test()
/external/libcxx/test/support/
Dtest_macros.h232 #define LIBCPP_ASSERT_NOT_NOEXCEPT(...) ASSERT_NOT_NOEXCEPT(__VA_ARGS__) macro
238 #define LIBCPP_ASSERT_NOT_NOEXCEPT(...) ((void)0) macro
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.completion/
Ddone.pass.cpp36 LIBCPP_ASSERT_NOT_NOEXCEPT(H.done()); in do_test()