Home | History | Annotate | Download | only in ppc32

Lines Matching defs: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),