Searched refs:compiletime_assert (Results 1 – 3 of 3) sorted by relevance
23 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
31 #define compiletime_assert(condition, msg) \ macro
36 #define compiletime_assert(condition, msg) \ macro