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