Searched defs:condition (Results 1 – 2 of 2) sorted by relevance
66 #define ASSERT(condition) ASSERT_IMPL((condition), __FILE__, __LINE__) argument71 #define ASSERT_IMPL(condition, file, line) … argument
49 void assert(const bool condition, const char *const file, const int line) in assert()