Searched refs:__BUILD_BUG_ON_ZERO_MSG (Results 1 – 1 of 1) sorted by relevance
195 #define __BUILD_BUG_ON_ZERO_MSG(e, msg) (0) macro197 #define __BUILD_BUG_ON_ZERO_MSG(e, msg) ((int)sizeof(struct {_Static_assert(!(e), msg);})) macro202 #define __must_be_array(a) __BUILD_BUG_ON_ZERO_MSG(!__is_array(a), \206 #define __must_be_byte_array(a) __BUILD_BUG_ON_ZERO_MSG(!__is_byte_array(a), \211 __BUILD_BUG_ON_ZERO_MSG(__annotated(p, nonstring), "must be cstr (NUL-terminated)")