Searched defs:CTASSERT (Results 1 – 5 of 5) sorted by relevance
125 #define CTASSERT(x) { _CTASSERT(x, __LINE__); } macro
116 #define CTASSERT(x) { _CTASSERT(x, __LINE__); } macro
55 #define CTASSERT(a) macro
174 #define CTASSERT(foo) macro
114 #define CTASSERT(x) _Static_assert(x, "compile-time assertion failed") macro