Home
last modified time | relevance | path

Searched defs:msgargs (Results 1 – 1 of 1) sorted by relevance

/kernel/lib/libc/include/
A Dassert.h22 #define ASSERT_MSG(x, msg, msgargs...) \ argument
44 #define DEBUG_ASSERT_MSG(x, msg, msgargs...) \ argument
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 5 milliseconds