Searched defs:msg (Results 1 – 7 of 7) 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
137 msg: string; property
428 msg: string; property
270 msg?: string; property
182 setStatusMessage(msg) { argument
95 z_const char *msg; /* last error message, NULL if no error */ member