Searched refs:compiletime_assert (Results 1 – 2 of 2) sorted by relevance
| /tools/include/linux/ | ||
| A D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) |
| A D | compiler.h | 36 #define compiletime_assert(condition, msg) \ macro |
Completed in 3 milliseconds