Home
last modified time | relevance | path

Searched refs:s3_0 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Sema/
Dpragma-align-packed.c27 struct s3_0 { unsigned char f0; unsigned int f1; }; argument
28 int t3_0[sizeof(struct s3_0) == 5 ? 1 : -1];
Dpragma-pack-2.c24 struct s3_0 { struct
33 extern int a3_0[offsetof(struct s3_0, f1) == 1 ? 1 : -1]; argument
/external/clang/test/CodeGenCXX/
Dx86_32-arguments.cpp76 struct s3_0 { }; struct
78 struct s3_2 : s3_0, s3_1 { };
Dx86_64-arguments.cpp23 struct s3_0 {}; struct
24 struct s3_1 { struct s3_0 a; long b; };