Searched refs:array2 (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20010114-1.c11 int array2[2][1]= { { 1 }, { 0 } }; local
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dpass26-frag.c23 volatile int array2[10]; local
26 if (p != & array2[0])
29 array2[5] = 6;
35 /* array2[] should not be wiped at this point! */
41 /* hope that this is allocated on top of old array[] and array2[]*/
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dchar_traits_requirements.cc58 char array2[len]; local
61 c1 = array2[0];
63 char c3 = array2[1];
65 std::char_traits<char>::move(array2, str_lit1, 0);
66 VERIFY( array2[0] == c1 );
68 std::char_traits<char>::move(array2, str_lit1, 1);
69 VERIFY( array2[0] == c2 );
71 VERIFY( array2[1] == c3 );
73 std::char_traits<char>::move(array2, str_lit1, 2);
74 VERIFY( array2[
143 wchar_t array2[len]; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dline4.c18 char array2[j == 90 ? 1 : -1]; variable
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dprintcmds.c79 unsigned char array2[1]; member in struct:some_arrays
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dwide_stream_objects.cc87 wchar_t array2[20]; local
90 wtraits_type::copy(array2, L"testing istream", wi);
95 // std::wcin >> array2; // requires somebody to type something in.
H A Distream_extractor_char.cc80 unsigned char array2[n]; local
82 is_02 >> array2; // should snake 'softly local
86 VERIFY( array2[0] == '\'' );
87 VERIFY( array2[1] == 's' );
88 VERIFY( array2[6] == 'y' );
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cpp80 uptr array2[] = {1, 2, 3, 4, 8, 9}; local
81 StackTrace s2(array2, ARRAY_SIZE(array2));
90 uptr array2[] = {0x1111, 0x2222, 0x3333, 0x4444, 0x8888, 0x9999}; local
91 StackTrace s2(array2, ARRAY_SIZE(array2));
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dsub_lval.t494 sub array2 : lvalue { @array2 } # This is a global.
497 @array2 = qw(foo bar);
503 (array2()) = qw(ok 55);
504 is("@array2", "ok 55");
517 @array2 = qw(a B c d);
518 sub aslice2 : lvalue { @array2[0,2] };
520 is("@array2", "ok B already d");
801 @array2 = qw 'one two free';
802 is join(',', map $_, sub:lvalue{@array2}
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util/t/
H A DUtil.t627 my $array2= bucket_array({1..10});
633 my @keys2= sort map { ref $_ ? @$_ : () } @$array2;

Completed in 204 milliseconds