Home
last modified time | relevance | path

Searched refs:compiletime_assert (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/linux/
Dbuild_bug.h46 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
Dcompiler.h504 #define compiletime_assert(condition, msg) \ macro
508 compiletime_assert(__native_word(t), \