Home
last modified time | relevance | path

Searched defs:s3_1 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/clang/test/Sema/
H A Dpragma-align-packed.c30 struct s3_1 { unsigned char f0; unsigned int f1; }; struct
H A Dpragma-pack-2.c29 struct s3_1 { struct
34 extern int a3_1[offsetof(struct s3_1, f1) == 4 ? 1 : -1]; argument
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dx86_64-arguments.cpp24 struct s3_1 { struct s3_0 a; long b; }; struct
H A Dx86_32-arguments.cpp77 struct s3_1 { double x; }; struct
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dproperty-10.m15 @property(assign, strong) id s3_1; // expected-error {{property attributes 'assign' and 'strong' ar… property
/aosp_15_r20/external/clang/test/CodeGen/
H A Dpacked-structure.c94 int s3_1 = __alignof(((struct s3*) 0)->anInt); variable