Searched refs:assert (Results 1 – 2 of 2) sorted by relevance
75 #define ASSERT_IMPL(condition, file, line) assert((condition), file, line)98 void assert(const bool condition, const char *const file, const int line);
49 void assert(const bool condition, const char *const file, const int line) in assert() function