Searched defs:__CTASSERT (Results 1 – 6 of 6) sorted by relevance
47 #define __CTASSERT(x, y) typedef char __assert_ ## y [(x) ? 1 : -1] macro
136 #define __CTASSERT(x, y) \ macro
53 #define __CTASSERT(x, y) typedef char __assert_ ## y [(x) ? 1 : -1] macro
152 #define __CTASSERT(x, y) typedef char __assert ## y[(x) ? 1 : -1] macro
70 #define __CTASSERT(x, y) typedef char __assert_ ## y [(x) ? 1 : -1] macro
37 #define __CTASSERT(x, y) typedef char __assert_ ## y [(x) ? 1 : -1] macro