Searched refs:compiletime_assert (Results 1 – 3 of 3) sorted by relevance
36 compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \77 compiletime_assert(sizeof(x) == sizeof(unsigned long), \
39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
571 #define compiletime_assert(condition, msg) \ macro575 compiletime_assert(__native_word(t), \
Completed in 6 milliseconds