Searched defs:compile_time_assert (Results 1 – 7 of 7) sorted by relevance
66 static inline void compile_time_assert(unsigned int cond) in compile_time_assert() function
87 #define compile_time_assert(cond, msg) \ macro
80 #define compile_time_assert(cond, msg) \ macro
179 #define compile_time_assert(cond, msg) typedef char g_assert_##msg[(cond) ? 1 : -1] macro