HomeSort by relevance Sort by last modified time
    Searched refs:s0 (Results 1 - 25 of 920) 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) {}
  /art/test/StaticsFromCode/
StaticsFromCode.java 18 static final Object s0 = "android"; field in class:StaticsFromCode
21 return s0;
  /external/clang/test/CodeGen/
openmp_default_simd_align.c 4 struct s0 { struct
9 return __builtin_omp_required_simd_align(struct s0);
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-LABEL: define void @f0(%struct.s0* byval align 4)
7 struct s0 { long double a; }; struct
8 void f0(struct s0 a0) {
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 };
tentative-decls.c 8 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
2008-07-30-implicit-initialization.c 10 struct s0 { struct
15 struct s0 x = {0};
20 struct s0 x[2] = { {0} };
  /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];
  /external/clang/test/CodeGenObjC/
attr-strong.c 3 struct s0 { struct
6 struct s0 * __attribute__((objc_gc(strong))) g0;
  /external/libcxx/test/std/numerics/rand/rand.util/rand.util.seedseq/
assign.fail.cpp 20 std::seed_seq s0; local
22 s = s0;
copy.fail.cpp 20 std::seed_seq s0; local
21 std::seed_seq s(s0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.util/rand.util.seedseq/
assign.fail.cpp 20 std::seed_seq s0; local
22 s = s0;
copy.fail.cpp 20 std::seed_seq s0; local
21 std::seed_seq s(s0);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
fpmov.s 6 fmov s0, 12.0
7 fmov s0, 1.2e1
8 fmov s0, 0x41400000
9 fmov s0, -12.0
10 fmov s0, -1.2e1
11 fmov s0, 0xc1400000
17 fmov s0, 0x3e780000
  /external/llvm/test/MC/AMDGPU/
expressions.s 8 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, global+
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/
p6.cpp 19 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
  /system/sepolicy/prebuilts/api/27.0/private/
file_contexts 3 / u:object_r:rootfs:s0
6 /adb_keys u:object_r:adb_keys_file:s0
7 /build\.prop u:object_r:rootfs:s0
8 /default\.prop u:object_r:rootfs:s0
9 /fstab\..* u:object_r:rootfs:s0
10 /init\..* u:object_r:rootfs:s0
11 /res(/.*)? u:object_r:rootfs:s0
12 /selinux_version u:object_r:rootfs:s0
13 /ueventd\..* u:object_r:rootfs:s0
14 /verity_key u:object_r:rootfs:s0
    [all...]
property_contexts 5 net.rmnet u:object_r:net_radio_prop:s0
6 net.gprs u:object_r:net_radio_prop:s0
7 net.ppp u:object_r:net_radio_prop:s0
8 net.qmi u:object_r:net_radio_prop:s0
9 net.lte u:object_r:net_radio_prop:s0
10 net.cdma u:object_r:net_radio_prop:s0
11 net.dns u:object_r:net_dns_prop:s0
12 sys.usb.config u:object_r:system_radio_prop:s0
13 ril. u:object_r:radio_prop:s0
14 ro.ril. u:object_r:radio_prop:s0
    [all...]
  /external/selinux/mcstrans/share/examples/urcsts-via-include/setrans.d/
system.conf 3 s0=SystemLow
  /system/sepolicy/prebuilts/api/26.0/private/
property_contexts 5 net.rmnet u:object_r:net_radio_prop:s0
6 net.gprs u:object_r:net_radio_prop:s0
7 net.ppp u:object_r:net_radio_prop:s0
8 net.qmi u:object_r:net_radio_prop:s0
9 net.lte u:object_r:net_radio_prop:s0
10 net.cdma u:object_r:net_radio_prop:s0
11 net.dns u:object_r:net_dns_prop:s0
12 sys.usb.config u:object_r:system_radio_prop:s0
13 ril. u:object_r:radio_prop:s0
14 ro.ril. u:object_r:radio_prop:s0
    [all...]
  /external/annotation-tools/annotation-file-utilities/tests/
ArrayLiteral.java 2 int[] s0= {}; field in class:ArrayLiteral

Completed in 704 milliseconds

1 2 3 4 5 6 7 8 91011>>