Searched defs:LIBCPP_ASSERT (Results 1 – 2 of 2) sorted by relevance
229 #define LIBCPP_ASSERT(...) assert(__VA_ARGS__) macro235 #define LIBCPP_ASSERT(...) ((void)0) macro
233 #define LIBCPP_ASSERT(...) assert(__VA_ARGS__) macro239 #define LIBCPP_ASSERT(...) static_assert(true, "") macro