Searched defs:CTASSERT (Results 1 – 8 of 8) sorted by relevance
46 #define CTASSERT(x) _CTASSERT(x, __LINE__) macro
51 #define CTASSERT(foo) macro
96 #define CTASSERT(x) _Static_assert(x, "compile-time assertion failed") macro
334 #define CTASSERT(x) _CTASSERT(x, __LINE__) macro
52 #define CTASSERT(a) macro
155 #define CTASSERT(foo) macro
124 #define CTASSERT(x) _CTASSERT(x, __LINE__) macro
69 #define CTASSERT(x) _CTASSERT(x, __LINE__) macro