Searched refs:compiletime_assert (Results 1 – 3 of 3) sorted by relevance
50 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
428 #define compiletime_assert(condition, msg) \ macro432 compiletime_assert(__native_word(t), \
1000 compiletime_assert( in get_string()