Searched refs:msgargs (Results 1 – 1 of 1) sorted by relevance
| /kernel/lib/libc/include/ |
| A D | assert.h | 22 #define ASSERT_MSG(x, msg, msgargs...) \ argument 25 PANIC("ASSERT FAILED at (%s:%d): %s\n" msg "\n", __FILE__, __LINE__, #x, ## msgargs); \ 44 #define DEBUG_ASSERT_MSG(x, msg, msgargs...) \ argument 48 __FILE__, __LINE__, #x, ## msgargs); \ 56 #define DEBUG_ASSERT_MSG_COND(x, msg, msgargs...) DEBUG_ASSERT_MSG(x, msg, msgargs) argument 59 #define DEBUG_ASSERT_MSG_COND(x, msg, msgargs...) do { } while (0) argument
|
Completed in 2 milliseconds