Home
last modified time | relevance | path

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

/linux-5.19.10/tools/include/linux/
Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro
/linux-5.19.10/include/linux/
Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro