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

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Draw-string-6.c5 const void *s0 = R"ouch()ouCh"; // { dg-error "at end of input" "end" } variable
H A Draw-string-7.c8 const char *s0 = R"(\ variable
20 if (__builtin_strcmp (s0, "\\ \n") != 0
/haiku-buildtools/isl/test_inputs/codegen/omega/
H A Dsubstitution-3.c0 s0(n + 19);
H A Dsubstitution-4.c0 s0(n + 1);
H A Dgc-0.c2 s0(c0);
H A Diter1-0.c2 s0(c0);
H A Dstride1-0.c2 s0(c0);
H A Dstride4-0.c2 s0(c0);
H A Dbasics-0.c3 s0(c0);
5 s0(c0);
7 s0(c0);
H A Dp6-0.c3 s0(c0);
5 s0(c0);
7 s0(c0);
H A Ddagstuhl1-0.c2 s0(c0 % 10, c0 / 10);
H A Ddagstuhl1-1.c2 s0(c0, (c0 + 10) % 10, (c0 + 10) / 10 - 1);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900407_01.C20 struct s0 { struct
23 s0 ();
26 s0::s0() { } function in class:s0
28 struct s1 : public s0 {
H A D900121_01.C10 struct s0; // { dg-message "" } forward declaration
12 void function (struct s0 &arg1, struct s0 &arg2)
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/asan/
H A Dmemcmp-2.c6 char s0[5] = {0}; local
9 return __builtin_memcmp (s0, s1, 2);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dzero_length_2.f903 character(len=0) :: s0 variable
5 s0 = ""
8 call bar (s0)
10 call bar (min(s0,s0))
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dstruct-empty-1.c7 struct s0 {}; struct
H A Dstruct-empty-2.c7 struct s0 {}; /* { dg-warning "struct has no members" } */ struct
H A Dstruct-empty-3.c7 struct s0 {}; /* { dg-error "struct has no members" } */ struct
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/set/modifiers/insert/
H A D1.cc31 set<int> s0, s1;
34 s0.insert(1);
36 VERIFY( s0 == s1 );
38 s0.insert(3);
40 VERIFY( s0 == s1 );
42 s0.insert(4);
44 VERIFY( s0 == s1 );
46 s0.insert(6);
48 VERIFY( s0 == s1 );
50 s0
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dfpmov.s6 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
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dtree_order_statistics_join.cc60 // Insert some entries into s0.
61 tree_map_t s0; local
62 s0.insert(make_pair(12, 'a'));
63 s0.insert(make_pair(505, 'b'));
64 s0.insert(make_pair(30, 'c'));
67 assert(s0.find_by_order(0)->first == 12);
68 assert(s0.find_by_order(1)->first == 30);
69 assert(s0.find_by_order(2)->first == 505);
77 // Now join s0 and s1.
78 s0
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/set/operations/
H A Dcount.cc29 set<int> s0;
30 VERIFY( s0.count(0) == 0 );
31 VERIFY( s0.count(1) == 0 );
33 s0.insert(1);
34 VERIFY( s0.count(0) == 0 );
35 VERIFY( s0.count(1) == 1 );
37 s0.insert(1);
38 VERIFY( s0.count(0) == 0 );
39 VERIFY( s0.count(1) == 1 );
41 s0
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arm/
H A Dvfp1xD.s6 @ Most of these tests deliberatly use s0/r0 to avoid setting
13 fcmpes s0, s0
14 fcmpezs s0
15 fcmps s0, s0
16 fcmpzs s0
20 fabss s0, s0
21 fcpys s0, s
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr56225.c10 __attribute__ ((vector_size (8 * sizeof (short)))) short s0 = { x }; local
11 bar ((short) (long) &s0 + y);

Completed in 262 milliseconds

1234567891011>>