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/llvm-project/libcxx/test/support/
Dtest_macros.h297 #define LIBCPP_ASSERT(...) assert(__VA_ARGS__) macro
303 #define LIBCPP_ASSERT(...) ((void)0) macro