Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dbuild_bug.h12 #define BUILD_BUG_ON_MSG(cond, msg) (0) macro
45 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro