Searched refs:ASSERT_IMPL (Results 1 – 1 of 1) sorted by relevance
23 #define ASSERT_IMPL(x) do { \ macro33 #define ASSERT_IMPL(x) assert(x) macro39 #define ASSERT(x) ASSERT_IMPL(x)