Searched refs:s3_1 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Sema/
H A Dpragma-align-packed.c29 struct s3_1 { unsigned char f0; unsigned int f1; }; struct
30 int t3_1[sizeof(struct s3_1) == 8 ? 1 : -1];
H A Dpragma-pack-2.c74 struct s3_1 { struct
79 extern int a3_1[offsetof(struct s3_1, f1) == 4 ? 1 : -1];
/external/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp77 struct s3_1 { double x; }; struct
78 struct s3_2 : s3_0, s3_1 { };
H A Dx86_64-arguments.cpp24 struct s3_1 { struct s3_0 a; long b; }; struct
25 void f3(struct s3_1 x) {}
/external/clang/test/CodeGen/
H A Dpacked-structure.c94 // CHECK-GLOBAL: @s3_1 = global i32 1
95 int s3_1 = __alignof(((struct s3*) 0)->anInt); variable

Completed in 69 milliseconds