Searched defs:static_assert (Results 1 – 10 of 10) sorted by relevance
8 #define static_assert(__b, __m) \ macro
21 #define static_assert(b, s) int CONCAT(check, __LINE__)[(b) ? 1 : 0]; macro
70 static_assert(size_left == size_right, "same field both ways"); function
43 #define static_assert(B, S) typedef int assert_failed[(B) ? 1 : -1]; macro
210 # define static_assert _Static_assert /* C11 requires this #define. */ macro
25 #define static_assert(__b, __m) \ macro
82 #define static_assert macro
20 # define static_assert(b_, m_) \ macro
7 #define static_assert(__b, __m) \ macro
8 #define static_assert(expr, msg) typedef int static_assert[(expr) ? 1 : -1]; macro