Searched refs:BUILD_BUG_ON_MSG (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | build_bug.h | 39 #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")
|
D | bitfield.h | 46 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, \
|
D | kernel.h | 994 BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) && \ 1009 BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) && \
|
D | string.h | 140 BUILD_BUG_ON_MSG(!__same_type(*(a), *(b)), \
|