OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:external_sun3_core
(Results
1 - 1
of
1
) 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'}}
Completed in 124 milliseconds