Searched refs:BUILD_BUG_ON_MSG (Results 1 – 2 of 2) sorted by relevance
12 #define BUILD_BUG_ON_MSG(cond, msg) (0) macro46 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro70 BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)80 #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed")
54 BUILD_BUG_ON_MSG(!__builtin_constant_p(_mask), \56 BUILD_BUG_ON_MSG(!(_mask), _pfx "mask is zero"); \57 BUILD_BUG_ON_MSG(__builtin_constant_p(_val) ? \60 BUILD_BUG_ON_MSG((_mask) > (typeof(_reg))~0ull, \
Completed in 3 milliseconds