Searched refs:msgargs (Results 1 – 1 of 1) sorted by relevance
/lk-master/lib/libc/include/ |
A D | assert.h | 27 #define ASSERT_MSG(x, msg, msgargs...) \ argument 30 assert_fail_msg(__FILE__, __LINE__, #x, msg, ##msgargs); \ 55 #define DEBUG_ASSERT_MSG(x, msg, msgargs...) \ argument 58 assert_fail_msg(__FILE__, __LINE__, #x, msg, ##msgargs); \ 66 #define DEBUG_ASSERT_MSG_COND(x, msg, msgargs...) DEBUG_ASSERT_MSG(x, msg, msgargs) argument 71 #define DEBUG_ASSERT_MSG_COND(x, msg, msgargs...) \ argument
|
Completed in 2 milliseconds