Lines Matching full:static_assert
172 #define STATIC_ASSERT(e) sizeof(struct { int:-!(e); })193 compile_time_test1 = STATIC_ASSERT(sizeof(uint32_t) == 4),194 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),