Searched defs:__static_assert (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | build_bug.h | 79 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) macro
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | build_bug.h | 78 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) macro
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| D | build_bug.h | 79 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | build_bug.h | 78 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) macro
|