Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dpragma-align-packed.c30 struct s3_1 { unsigned char f0; unsigned int f1; }; argument
31 int t3_1[sizeof(struct s3_1) == 8 ? 1 : -1];
Dpragma-pack-2.c29 struct s3_1 { struct
34 extern int a3_1[offsetof(struct s3_1, f1) == 4 ? 1 : -1]; argument
/external/clang/test/CodeGenCXX/
Dx86_32-arguments.cpp77 struct s3_1 { double x; }; struct
78 struct s3_2 : s3_0, s3_1 { };
Dx86_64-arguments.cpp24 struct s3_1 { struct s3_0 a; long b; }; argument
25 void f3(struct s3_1 x) {} in f3()
/external/clang/test/CodeGen/
Dpacked-structure.c94 int s3_1 = __alignof(((struct s3*) 0)->anInt); variable
/external/llvm/test/DebugInfo/X86/
Dtype_units_with_addresses.ll32 ; S3_1<&i> s3_1;
130 !15 = !MDDerivedType(tag: DW_TAG_member, name: "s3_1", line: 23, size: 8, align: 8, file: !1, scope…
/external/clang/test/SemaObjC/
Dproperty-10.m15 @property(assign, strong) id s3_1; // expected-error {{property attributes 'assign' and 'strong' ar… property