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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
aarch64-arguments.cpp 4 struct s0 {}; struct
5 void f0(s0 a) {}
  /external/clang/test/Sema/
align-arm-apcs.c 4 struct s0 { double f0; int f1; }; struct
5 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];
pragma-pack-3.c 23 struct s0 { struct
27 int a[sizeof(struct s0) == 3 ? 1 : -1];
pragma-pack-4.c 8 struct s0 { struct
17 struct s0 b;
  /external/clang/test/CodeGen/
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};
alignof.c 5 struct s0 { struct
9 struct s0 t1_tmp;
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) {