Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dtest_macros.h231 #define LIBCPP_ASSERT_NOEXCEPT(...) ASSERT_NOEXCEPT(__VA_ARGS__) macro
237 #define LIBCPP_ASSERT_NOEXCEPT(...) ((void)0) macro
/external/llvm-project/libcxx/test/support/
Dtest_macros.h299 #define LIBCPP_ASSERT_NOEXCEPT(...) ASSERT_NOEXCEPT(__VA_ARGS__) macro
305 #define LIBCPP_ASSERT_NOEXCEPT(...) ((void)0) macro