Searched refs:external_sun3_core (Results 1 – 1 of 1) sorted by relevance
6 struct external_sun3_core struct17 x = offsetof(struct external_sun3_core, c_regs); in swap() argument18 x = __builtin_offsetof(struct external_sun3_core, X[42].f); in swap()20 …x = __builtin_offsetof(struct external_sun3_core, X[42].f2); // expected-error {{no member named … in swap()23 int a[__builtin_offsetof(struct external_sun3_core, X) == 4 ? 1 : -1]; in swap()24 int b[__builtin_offsetof(struct external_sun3_core, X[42]) == 340 ? 1 : -1]; in swap()25 …int c[__builtin_offsetof(struct external_sun3_core, X[42].f2) == 344 ? 1 : -1]; // expected-error… in swap()