Searched refs:six (Results 1 - 25 of 43) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dnestfunc-7.c8 int six; member in struct:A
24 a.six = base + 6;
37 && a.six == 16);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_int/
H A D33128.cc30 std::tr1::uniform_int<> six(1,6);
32 die(rng, six);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dto_string.cc55 string six(to_string(ld2));
56 VERIFY( six == "-4.000000" );
H A Ddr1261.cc47 const string six(to_string(400ull));
48 VERIFY( six == "400" );
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpublic_private_module_2.f9032 PRIVATE :: two, three, four, six
48 integer FUNCTION six() bind(C, name='') function in module:M
49 six = 46
50 END FUNCTION six
67 ! { dg-final { scan-assembler-not "six" } }
H A Dderived_constructor_char_1.f9020 Type (t5) :: six = t5(str7)
21 print '(2a)', one, two, three, four, five, six
49 ! { dg-final { scan-tree-dump-times "six = ..txt=..aBcDe., .zYxWv...;" 1 "original" } }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dgen-attrs-4.C29 six (void)
H A Drv6n.C16 struct six {char x[6];}; struct
38 six sink_6_123456(const A&&);
71 six sink_6_235678(const A&&);
89 six sink_6_234678(const A&&);
125 six sink_6_234568(const A&&);
142 six sink_6_234567(const A&&);
159 six sink_6_134678(const A&&);
176 six sink_6_124678(const A&&);
193 six sink_6_123678(const A&&);
212 six sink_6_12356
[all...]
H A Drv5n.C16 struct six {char x[6];}; struct
54 six sink_5_12346(const A&&);
87 six sink_5_12356(const A&&);
137 six sink_5_12367(const A&&);
155 six sink_5_12368(const A&&);
188 six sink_5_12456(const A&&);
220 six sink_5_12467(const A&&);
237 six sink_5_12567(const A&&);
255 six sink_5_12568(const A&&);
288 six sink_5_1267
[all...]
H A Drv7n.C16 struct six {char x[6];}; struct
38 six sink_7_1234567(const A&&);
55 six sink_7_1235678(const A&&);
73 six sink_7_2345678(const A&&);
91 six sink_7_1234678(const A&&);
H A Drv8p.C16 struct six {long x[6];}; struct
38 six sink_8_12345678(const A&&);
H A Drv4n.C16 struct six {char x[6];}; struct
69 six sink_4_1236(const A&&);
133 six sink_4_1246(const A&&);
164 six sink_4_1256(const A&&);
214 six sink_4_1267(const A&&);
232 six sink_4_1268(const A&&);
282 six sink_4_1346(const A&&);
314 six sink_4_1356(const A&&);
365 six sink_4_1367(const A&&);
383 six sink_4_136
[all...]
H A Drv7p.C16 struct six {long x[6];}; struct
38 six sink_7_1234567(const A&&);
62 six sink_7_1234568(const A&&);
111 six sink_7_1234678(const A&&);
135 six sink_7_1235678(const A&&);
159 six sink_7_1245678(const A&&);
184 six sink_7_1345678(const A&&);
209 six sink_7_2345678(const A&&);
H A Drv6p.C16 struct six {long x[6];}; struct
38 six sink_6_123456(const A&&);
106 six sink_6_123467(const A&&);
128 six sink_6_123468(const A&&);
176 six sink_6_123567(const A&&);
198 six sink_6_123568(const A&&);
243 six sink_6_123678(const A&&);
266 six sink_6_124567(const A&&);
289 six sink_6_124568(const A&&);
336 six sink_6_12467
[all...]
H A Drv3n.C16 struct six {char x[6];}; struct
83 six sink_3_126(const A&&);
166 six sink_3_136(const A&&);
231 six sink_3_146(const A&&);
261 six sink_3_156(const A&&);
312 six sink_3_167(const A&&);
330 six sink_3_168(const A&&);
396 six sink_3_236(const A&&);
459 six sink_3_246(const A&&);
488 six sink_3_25
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/pe/
H A Dsection-align-3.s15 .section .six,"dr3"
H A Dsection-align-3.d31 10 \.six 0*0000008 0*0000000 0*0000000 0*0000294 2\*\*3
/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Dfputc_.c62 integer six = 6; local
64 return G77_fputc_0 (&six, c, Lc);
H A Dchmod_.c62 ftnlen six = 6; local
77 s_cat (buff, a, ii, &six, Lname+Lmode+l+3+13);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib4.C31 six (void); // OK in C
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Ddr1261.cc47 const wstring six(to_wstring(400ull));
48 VERIFY( six == L"400" );
H A Dto_wstring.cc56 wstring six(to_wstring(ld2));
57 VERIFY( six == L"-4.000000" );
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbf-ms-layout-2.c61 struct six { struct
154 struct six test_six;
218 check_struct_off (six);
229 check_struct_size (six);
H A Dbf-no-ms-layout.c56 struct six { struct
149 struct six test_six;
213 check_struct_off (six);
224 check_struct_size (six);
H A Dbf-ms-layout.c56 struct six { struct
149 struct six test_six;
213 check_struct_off (six);
224 check_struct_size (six);

Completed in 256 milliseconds

12