Home
last modified time | relevance | path

Searched defs:BUILD_BUG_ON_MSG (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/
H 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
/openbmc/linux/include/linux/
H A Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro
/openbmc/linux/tools/include/linux/
H A Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro