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

/linux-4.4.14/include/linux/
H A Dbug.h20 #define BUILD_BUG_ON_MSG(cond, msg) (0) macro
50 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro

Completed in 65 milliseconds