Searched defs:BUILD_BUG_ON_MSG (Results 1 – 3 of 3) sorted by relevance
39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro
54 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro