Searched defs:STATIC_ASSERT (Results 1 – 7 of 7) sorted by relevance
4 #define STATIC_ASSERT(cond) _Static_assert(cond, #cond) macro
40 #define STATIC_ASSERT(COND) \ macro
238 #define STATIC_ASSERT(COND) \ macro
45 #define STATIC_ASSERT(expr, message) do { \ macro
65 #define STATIC_ASSERT(COND) \ macro
126 #define STATIC_ASSERT PB_STATIC_ASSERT macro