Searched refs:failedexpr (Results 1 – 1 of 1) sorted by relevance
/frameworks/wilhelm/src/ |
D | assert.cpp | 24 void __assert(const char *file, int line, const char *failedexpr) in __assert() argument 26 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d", failedexpr, file, line); in __assert() 30 void __assert2(const char *file, int line, const char *func, const char *failedexpr) in __assert2() argument 33 failedexpr, file, line, func); in __assert2()
|