Home
last modified time | relevance | path

Searched refs:BUILD_BUG_ON_MSG (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro
50 BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)
59 #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed")
Dbitfield.h46 BUILD_BUG_ON_MSG(!__builtin_constant_p(_mask), \
48 BUILD_BUG_ON_MSG((_mask) == 0, _pfx "mask is zero"); \
49 BUILD_BUG_ON_MSG(__builtin_constant_p(_val) ? \
52 BUILD_BUG_ON_MSG((_mask) > (typeof(_reg))~0ull, \
Dkernel.h994 BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) && \
1009 BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) && \
Dstring.h140 BUILD_BUG_ON_MSG(!__same_type(*(a), *(b)), \