Searched defs:msg (Results 1 – 5 of 5) sorted by relevance
15 #define __compiletime_error(msg) __attribute__((__error__(msg))) argument17 #define __compiletime_error(msg) argument
20 #define __compiletime_assert(condition, msg, prefix, suffix) … argument39 #define complietime_assert(condition, msg) \ argument
13 char *msg = "hello world"; in shell_pipe_test() local
58 #define BUILD_BUG_ON_MSG(condition, msg) complietime_assert(!(condition), msg) argument
78 struct msi_msg_t msg; // msi消息 member