Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dbuild_bug.h12 #define BUILD_BUG_ON_MSG(cond, msg) (0) macro
46 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro
70 BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)
80 #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed")
A Dbitfield.h54 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