Searched refs:BUILD_BUG_ON_MSG (Results 1 – 1 of 1) sorted by relevance
58 #define BUILD_BUG_ON_MSG(condition, msg) complietime_assert(!(condition), msg) macro66 BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)