Home
last modified time | relevance | path

Searched refs:__BUILD_BUG_ON_ZERO_MSG (Results 1 – 2 of 2) sorted by relevance

/include/linux/
A Dcompiler.h195 #define __BUILD_BUG_ON_ZERO_MSG(e, msg, ...) (0) macro
197 #define __BUILD_BUG_ON_ZERO_MSG(e, msg, ...) ((int)sizeof(struct {_Static_assert(!(e), msg);})) macro
202 #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), \
223 __BUILD_BUG_ON_ZERO_MSG(!__is_cstr(p), \
226 __BUILD_BUG_ON_ZERO_MSG(!__is_noncstr(p), \
A Dbuild_bug.h17 __BUILD_BUG_ON_ZERO_MSG(e, ##__VA_ARGS__, #e " is true")

Completed in 5 milliseconds