Searched defs:msg (Results 1 – 4 of 4) sorted by relevance
63 #define __DIAGNOSE_ENABLE_IF(cond, msg) __attribute__((enable_if(cond, msg))) argument64 #define __DIAGNOSE_ERROR_IF(cond, msg) __attribute__((diagnose_if(cond, msg, "error"))) argument65 #define __DIAGNOSE_WARNING_IF(cond, msg) __attribute__((diagnose_if(cond, msg, "warning"))) argument
28 char msg[0]; member
182 setStatusMessage(msg) { argument
95 z_const char *msg; /* last error message, NULL if no error */ member