Home
last modified time | relevance | path

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

/Linux-v5.15/tools/include/linux/
Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro
/Linux-v5.15/include/linux/
Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro
/Linux-v5.15/lib/
Dtest_stackinit.c54 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro