Searched refs:AssertFail (Results 1 – 2 of 2) sorted by relevance
47 AssertFail(const char *expr, const char *file, unsigned line, const char *function);51 #define ASSERT(expr) ((expr) ? (void)0 : AssertFail(#expr, __FILE__, __LINE__, __FUNCTION__))
68 AssertFail(const char *expr, in AssertFail() function