Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dtest_macros.h230 #define LIBCPP_STATIC_ASSERT(...) static_assert(__VA_ARGS__) macro
236 #define LIBCPP_STATIC_ASSERT(...) ((void)0) macro