Searched refs:s0 (Results 1 - 25 of 165) sorted by relevance

1234567

/external/clang/test/Sema/
H A Dalign-arm-apcs.c3 struct s0 { double f0; int f1; }; struct
4 char chk0[__alignof__(struct s0) == 4 ? 1 : -1];
H A Dfpack-struct.c4 struct s0 { struct
9 int t0[sizeof(struct s0) == EXPECTED_STRUCT_SIZE ?: -1];
H A Dpragma-pack-3.c22 struct s0 { struct
26 int a[sizeof(struct s0) == 3 ? 1 : -1];
H A Dpragma-pack-4.c7 struct s0 { struct
16 struct s0 b;
H A Dprivate-extern.c63 struct s0;
65 extern struct s0 g14;
66 __private_extern__ struct s0 g14;
68 struct s0 { int x; }; struct
/external/clang/test/CodeGen/
H A DPR3613-static-decl.c2 // RUN: grep '@g0 = internal global %.truct.s0 { i32 3 }' %t | count 1
4 struct s0 { struct
8 static struct s0 g0;
14 static struct s0 g0 = {3};
H A Dalignof.c5 struct s0 { struct
9 struct s0 t1_tmp;
H A Dx86_32-arguments-realign.c4 // CHECK: define void @f0(%struct.s0* byval align 4)
7 struct s0 { long double a; }; struct
8 void f0(struct s0 a0) {
H A Dbitfield-assign.c16 struct s0 { struct
25 struct s0 s;
30 struct s0 s;
35 struct s0 s;
40 struct s0 s;
H A Dblocks.c10 typedef struct s0 T;
11 struct s0 { struct
15 // CHECK: define internal void @__f2_block_invoke_0(%struct.s0* noalias sret {{%.*}}, i8* {{%.*}}, %struct.s0* byval align 4 {{.*}})
16 struct s0 f2(struct s0 a0) {
17 return ^(struct s0 a1){ return a1; }(a0);
H A Dcleanup-stack.c4 struct s0 { struct
9 static void f0(struct s0 *p) {
17 struct s0 x __attribute__((cleanup(f0))) = { &var, 2 };
18 struct s0 y __attribute__((cleanup(f0))) = { &var, 3 };
20 struct s0 y __attribute__((cleanup(f0))) = { &var, 4 };
H A Dtentative-decls.c8 struct s0;
9 struct s0 x;
10 // RUN: grep '@x = common global .struct.s0 zeroinitializer' %t
12 struct s0 y;
13 // RUN: grep '@y = common global .struct.s0 zeroinitializer' %t
14 struct s0 *f0() {
18 struct s0 { struct
H A D2008-07-30-implicit-initialization.c6 struct s0 { struct
11 struct s0 x = {0};
19 struct s0 x[2] = { {0} };
H A Dpragma-pack-2.c2 // CHECK-X32: %struct.s0 = type { i64, i64, i32, [12 x i32] }
3 // CHECK-X32: %struct.s1 = type { [15 x i32], %struct.s0 }
6 // CHECK-X64: %struct.s0 = type <{ i64, i64, i32, [12 x i32] }>
7 // CHECK-X64: %struct.s1 = type <{ [15 x i32], %struct.s0 }>
12 struct s0 { struct
21 struct s0 b;
H A Ddebug-info.c17 struct s0;
18 struct s0 { struct s0 *p; } g0; struct
20 struct s0 *f0(struct s0 *a0) {
H A Dpacked-structure.c6 struct s0 { struct
16 int s0_align_x = __alignof(((struct s0*)0)->x);
17 int s0_align_y = __alignof(((struct s0*)0)->y);
18 int s0_align = __alignof(struct s0);
23 int s0_load_x(struct s0 *a) { return a->x; }
31 int s0_load_y(struct s0 *a) { return a->y; }
34 void s0_copy(struct s0 *a, struct s0 *b) { *b = *a; }
H A Dbuiltins.c91 char s0[10], s1[] = "Hello"; local
92 V(strcat, (s0, s1));
93 V(strcmp, (s0, s1));
94 V(strncat, (s0, s1, n));
95 V(strchr, (s0, s1[0]));
96 V(strrchr, (s0, s1[0]));
97 V(strcpy, (s0, s1));
98 V(strncpy, (s0, s1, n));
101 V(__memset_chk, (s0, 0, sizeof s0,
[all...]
/external/clang/test/CodeGenObjC/
H A Dattr-strong.c3 struct s0 { struct
6 struct s0 * __attribute__((objc_gc(strong))) g0;
/external/clang/test/CXX/dcl.decl/dcl.init/
H A Dp6.cpp19 struct s0 {}; struct
20 struct s1 { static const s0 foo; };
21 const struct s0 s1::foo; // expected-error{{default initialization of an object of const type 'const struct s0' requires a user-provided default constructor}}
25 static const s0 foo;
28 template<> const struct s0 s2<int>::foo; // okay
/external/clang/test/PCH/
H A Dchanged-files.c1 const char *s0 = m0; variable
/external/clang/test/CodeGenCXX/
H A Dalloca-align.cpp3 struct s0 { struct
10 // CHECK: alloca %struct.s0, align 16
12 (void) s0();
16 // CHECK: alloca %struct.s0, align 16
18 (void) (struct s0) { 0, 0, 0, 0 };
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
H A Dp10.cpp7 struct s0 { struct
/external/clang/test/SemaCXX/
H A Dstatic-cast-complete-type.cpp9 S<int> s0 = static_cast<S<int> >(0); local
H A Dalignof-sizeof-reference.cpp3 struct s0; // expected-note {{forward declaration}}
4 char ar[sizeof(s0&)]; // expected-error {{invalid application of 'sizeof' to an incomplete type}}
/external/llvm/test/MC/ARM/
H A Dsimple-fp-encoding.s6 @ CHECK: vadd.f32 s0, s1, s0 @ encoding: [0x80,0x0a,0x30,0xee]
7 vadd.f32 s0, s1, s0
12 @ CHECK: vsub.f32 s0, s1, s0 @ encoding: [0xc0,0x0a,0x30,0xee]
13 vsub.f32 s0, s1, s0
18 @ CHECK: vdiv.f32 s0, s1, s0
[all...]

Completed in 389 milliseconds

1234567