Home
last modified time | relevance | path

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

/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