Searched refs:compiletime_assert (Results 1 – 4 of 4) sorted by relevance
46 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
345 #define compiletime_assert(condition, msg) \ macro349 compiletime_assert(__native_word(t), \
171 compiletime_assert(sizeof(struct bootloader_header) == 192, in main()
503 compiletime_assert(QMU_GPD_SIZE == 16, "QMU_GPD size SHOULD be 16B"); in mtu3_qmu_init()
Completed in 14 milliseconds