HomeSort by relevance Sort by last modified time
    Searched refs:external_sun3_core (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Sema/
offsetof.c 6 struct external_sun3_core struct
17 x = offsetof(struct external_sun3_core, c_regs);
18 x = __builtin_offsetof(struct external_sun3_core, X[42].f);
20 x = __builtin_offsetof(struct external_sun3_core, X[42].f2); // expected-error {{no member named 'f2'}}
23 int a[__builtin_offsetof(struct external_sun3_core, X) == 4 ? 1 : -1];
24 int b[__builtin_offsetof(struct external_sun3_core, X[42]) == 340 ? 1 : -1];
25 int c[__builtin_offsetof(struct external_sun3_core, X[42].f2) == 344 ? 1 : -1]; // expected-error {{no member named 'f2'}}
  /toolchain/binutils/binutils-2.25/bfd/
aoutf1.h 341 struct external_sun3_core
386 struct external_sun3_core *extcore = (struct external_sun3_core *) ext;
390 intcore->c_regs_pos = offsetof (struct external_sun3_core, c_regs);
404 intcore->fp_stuff_pos = offsetof (struct external_sun3_core, fp_stuff);
407 offsetof (struct external_sun3_core, fp_stuff);
340 struct external_sun3_core struct

Completed in 2170 milliseconds