Searched refs:__assert (Results 1 – 2 of 2) sorted by relevance
13 void __dead2 __assert(const char *file, int line, const char *func, const char *assertion);15 #define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, __func__, #e))
12 void __dead2 __assert(const char *file, int line, const char *func, const char *assertion) in __assert() function
Completed in 11 milliseconds