Searched refs:compiletime_assert (Results 1 – 1 of 1) sorted by relevance
52 #define compiletime_assert(condition, msg) \ macro54 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)