Home
last modified time | relevance | path

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

/llvm-project/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
/llvm-project/clang/test/SemaObjC/
H A Dproperty-10.m15 @property(assign, strong) id s3_1; // expected-error {{property attributes 'assign' and 'strong' ar… property
/llvm-project/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp77 struct s3_1 { double x; }; argument
H A Dx86_64-arguments.cpp24 struct s3_1 { struct s3_0 a; long b; }; argument
/llvm-project/flang/test/Lower/forall/
H A Darray-pointer.f90422 subroutine s3_1(x,y) subroutine
431 end subroutine s3_1 argument
/llvm-project/clang/test/CodeGen/
H A Dpacked-structure.c94 int s3_1 = __alignof(((struct s3*) 0)->anInt); variable