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

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Daarch64-arguments.cpp4 struct s0 {}; struct
5 void f0(s0 a) {}
/external/clang/test/CodeGen/
H A Dopenmp_default_simd_align.c4 struct s0 { struct
9 return __builtin_omp_required_simd_align(struct s0);
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-LABEL: 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 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.c10 struct s0 { struct
15 struct s0 x = {0};
20 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;
/external/clang/test/Sema/
H A Dalign-arm-apcs.c4 struct s0 { double f0; int f1; }; struct
5 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.c23 struct s0 { struct
27 int a[sizeof(struct s0) == 3 ? 1 : -1];
H A Dpragma-pack-4.c8 struct s0 { struct
17 struct s0 b;
/external/clang/test/CodeGenObjC/
H A Dattr-strong.c3 struct s0 { struct
6 struct s0 * __attribute__((objc_gc(strong))) g0;
/external/libcxx/test/std/numerics/rand/rand.util/rand.util.seedseq/
H A Dassign.fail.cpp20 std::seed_seq s0; local
22 s = s0;
H A Dcopy.fail.cpp20 std::seed_seq s0; local
21 std::seed_seq s(s0);
/external/llvm/test/MC/AMDGPU/
H A Dexpressions.s8 s_mov_b32 s0, global
9 // VI: s_mov_b32 s0, global ; encoding: [0xff,0x00,0x80,0xbe,A,A,A,A]
17 s_mov_b32 s0, gds
18 // VI: s_mov_b32 s0, gds ; encoding: [0xff,0x00,0x80,0xbe,A,A,A,A]
22 s_mov_b32 s0, gds+4
23 // VI: s_mov_b32 s0, gds+4 ; encoding: [0xff,0x00,0x80,0xbe,A,A,A,A]
28 s_add_u32 s0, s0, global+4
30 // VI: s_add_u32 s0, s0, globa
[all...]
H A Dsop1-err.s11 s_mov_b32 s[1:2], s0
14 s_mov_b32 s0, s[1:2]
17 s_mov_b32 s220, s0
20 s_mov_b32 s0, s220
/external/clang/test/CXX/dcl.decl/dcl.init/
H A Dp6.cpp19 struct s0 { int field; }; 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' without a user-provided default constructor}}
25 static const s0 foo;
28 template<> const struct s0 s2<int>::foo; // okay
/external/selinux/mcstrans/share/examples/urcsts-via-include/setrans.d/
H A Dsystem.conf3 s0=SystemLow
/external/annotation-tools/annotation-file-utilities/tests/
H A DArrayLiteral.java2 int[] s0= {}; field in class:ArrayLiteral
/external/clang/test/PCH/
H A Dchanged-files.c1 const char *s0 = m0; variable
/external/llvm/test/MC/AArch64/
H A Doptional-hash.s8 // CHECK: fmov s0, #1.06250000
9 fmov s0, 1.0625
10 // CHECK: fcmp s0, #0.0
11 fcmp s0, 0.0
/external/llvm/test/MC/Mips/
H A Dnabi-regs.s19 add $s0,$s0,$a0
21 add $s0,$s0,$a2
23 add $s0,$s0,$a3
25 add $s0,$s0,$a4
27 add $s0,$s0,
[all...]

Completed in 459 milliseconds

1234567891011>>