Searched defs:STATIC_ASSERT (Results 1 – 7 of 7) sorted by relevance
245 #define STATIC_ASSERT( global() macro 247 #define STATIC_ASSERT( global() macro 253 #define STATIC_ASSERT( global() macro
247 #define STATIC_ASSERT(cond, msg) _Static_assert(cond, msg) macro249 #define STATIC_ASSERT(cond, msg) _Static_assert(cond, msg) macro251 #define STATIC_ASSERT(cond, msg) INSIST(cond) macro
42 #define STATIC_ASSERT(expr) _Static_assert (expr, "!(" #expr ")") macro
844 #define STATIC_ASSERT(X) \ macro847 #define STATIC_ASSERT(X) \ macro
806 #define STATIC_ASSERT(X) \ macro809 #define STATIC_ASSERT(X) \ macro
60 #define STATIC_ASSERT(expr) \ macro