Searched defs:__DIAGNOSE_ERROR_IF (Results 1 – 2 of 2) sorted by relevance
64 #define __DIAGNOSE_ERROR_IF(cond, msg) __attribute__((diagnose_if(cond, msg, "error"))) macro