HomeSort by relevance Sort by last modified time
    Searched refs:LIBCPP_ASSERT_NOT_NOEXCEPT (Results 1 - 5 of 5) sorted by null

  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.completion/
done.pass.cpp 36 LIBCPP_ASSERT_NOT_NOEXCEPT(H.done());
  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/
promise.pass.cpp 70 LIBCPP_ASSERT_NOT_NOEXCEPT(H.promise());
75 LIBCPP_ASSERT_NOT_NOEXCEPT(CH.promise());
  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/
resume.pass.cpp 61 LIBCPP_ASSERT_NOT_NOEXCEPT(H.resume());
62 LIBCPP_ASSERT_NOT_NOEXCEPT(H());
destroy.pass.cpp 47 LIBCPP_ASSERT_NOT_NOEXCEPT(H.destroy());
  /external/libcxx/test/support/
test_macros.h 232 #define LIBCPP_ASSERT_NOT_NOEXCEPT(...) ASSERT_NOT_NOEXCEPT(__VA_ARGS__)
238 #define LIBCPP_ASSERT_NOT_NOEXCEPT(...) ((void)0)

Completed in 722 milliseconds