Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dtest_macros.h229 #define LIBCPP_ASSERT(...) assert(__VA_ARGS__) macro
235 #define LIBCPP_ASSERT(...) ((void)0) macro
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dtest_macros.h233 #define LIBCPP_ASSERT(...) assert(__VA_ARGS__) macro
239 #define LIBCPP_ASSERT(...) static_assert(true, "") macro