Searched defs:ASSERT_FALSE (Results 1 – 3 of 3) sorted by relevance
31 #define ASSERT_FALSE(a) ASSERT(!(a), "assert failed on (!" #a ") at " __FILE__ ":%d", __LINE__) macro
34 #define ASSERT_FALSE(a) ASSERT(!(a), "assert failed on (!" #a ") at " __FILE__ ":%d", __LINE__) macro
81 #define ASSERT_FALSE(a) \ macro