HomeSort by relevance Sort by last modified time
    Searched defs:s0 (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /external/clang/test/CodeGen/
x86_32-arguments-realign.c 4 // CHECK: define void @f0(%struct.s0* byval align 4)
7 struct s0 { long double a; }; struct
8 void f0(struct s0 a0) {
2008-07-30-implicit-initialization.c 6 struct s0 { struct
11 struct s0 x = {0};
19 struct s0 x[2] = { {0} };
PR3613-static-decl.c 2 // 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};
blocks.c 10 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);
alignof.c 5 struct s0 { struct
9 struct s0 t1_tmp;
bitfield-assign.c 16 struct s0 { struct
25 struct s0 s;
30 struct s0 s;
35 struct s0 s;
40 struct s0 s;
cleanup-stack.c 4 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 };
pragma-pack-2.c 2 // 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/CodeGenObjC/
attr-strong.c 3 struct s0 { struct
6 struct s0 * __attribute__((objc_gc(strong))) g0;
  /external/clang/test/PCH/
changed-files.c 1 const char *s0 = m0; variable
  /external/clang/test/Sema/
align-arm-apcs.c 3 struct s0 { double f0; int f1; }; struct
4 char chk0[__alignof__(struct s0) == 4 ? 1 : -1];
fpack-struct.c 4 struct s0 { struct
9 int t0[sizeof(struct s0) == EXPECTED_STRUCT_SIZE ?: -1];
attr-weak.c 11 struct __attribute__((weak)) s0 {}; // expected-warning {{'weak' attribute only applies to variables and functions}} struct
pragma-pack-3.c 22 struct s0 { struct
26 int a[sizeof(struct s0) == 3 ? 1 : -1];
pragma-pack-4.c 7 struct s0 { struct
16 struct s0 b;
pragma-pack-and-options-align.c 6 struct s0 { struct
10 extern int a[sizeof(struct s0) == 5 ? 1 : -1];
arm-layout.c 6 struct s0 { char field0; double field1; }; struct
8 check(s0_size, sizeof(struct s0) == 16);
10 check(s0_size, sizeof(struct s0) == 12);
pragma-align-packed.c 4 struct s0 { struct
8 extern int a[sizeof(struct s0) == 5 ? 1 : -1];
pragma-pack-5.c 8 struct s0 { struct
13 extern int check[sizeof(struct s0) == 6 ? 1 : -1];
warn-unused-variables.c 3 struct s0 { struct
  /external/clang/test/SemaCXX/
static-cast-complete-type.cpp 9 S<int> s0 = static_cast<S<int> >(0); local
value-dependent-exprs.cpp 12 struct s0 { struct in class:C0
  /bionic/libc/string/
strtotimeval.c 36 char *s, *s0; local
45 s0 = s+1;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p10.cpp 7 struct s0 { struct
  /external/valgrind/main/VEX/test/
test-amd64-muldiv.h 4 int64 res, s1, s0, flags; local
5 s0 = op0;
7 res = s0;
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK);

Completed in 433 milliseconds

1 2 3 4 5 6