Searched refs:__static_assert (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | build_bug.h | 77 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) 78 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) macro
|
/linux/tools/include/linux/ |
H A D | build_bug.h | 78 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) 79 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) macro
|