| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/ |
| H A D | char_traits_requirements.cc | 58 char array2[len]; in test01() local 61 c1 = array2[0]; in test01() 63 char c3 = array2[1]; in test01() 65 std::char_traits<char>::move(array2, str_lit1, 0); in test01() 66 VERIFY( array2[0] == c1 ); in test01() 68 std::char_traits<char>::move(array2, str_lit1, 1); in test01() 69 VERIFY( array2[0] == c2 ); in test01() 71 VERIFY( array2[1] == c3 ); in test01() 73 std::char_traits<char>::move(array2, str_lit1, 2); in test01() 74 VERIFY( array2[0] == c2 ); in test01() [all …]
|
| /openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c/ |
| H A D | pass26-frag.c | 23 volatile int array2[10]; in main() local 26 if (p != & array2[0]) in main() 29 array2[5] = 6; in main()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_stackdepot_test.cpp | 80 uptr array2[] = {1, 2, 3, 4, 8, 9}; in TEST_F() local 81 StackTrace s2(array2, ARRAY_SIZE(array2)); in TEST_F() 90 uptr array2[] = {0x1111, 0x2222, 0x3333, 0x4444, 0x8888, 0x9999}; in TEST_F() local 91 StackTrace s2(array2, ARRAY_SIZE(array2)); in TEST_F()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| H A D | istream_extractor_char.cc | 80 unsigned char array2[n]; in test01() local 82 is_02 >> array2; // should snake 'softly in test01() 86 VERIFY( array2[0] == '\'' ); in test01() 87 VERIFY( array2[1] == 's' ); in test01() 88 VERIFY( array2[6] == 'y' ); in test01()
|
| H A D | wide_stream_objects.cc | 87 wchar_t array2[20]; in test01() local 90 wtraits_type::copy(array2, L"testing istream", wi); in test01()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
| H A D | More.t | 127 my @array2 = (qw(this that whatever), 130 ok( !eq_array(\@array1, \@array2), 134 ok( !eq_set(\@array1, \@array2),
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | sub_lval.t | 497 @array2 = qw(foo bar); 503 (array2()) = qw(ok 55); 517 @array2 = qw(a B c d); 518 sub aslice2 : lvalue { @array2[0,2] }; 801 @array2 = qw 'one two free'; 802 is join(',', map $_, sub:lvalue{@array2}->()), 'one,two,free', 804 is join(',', map $_, sub:lvalue{@{\@array2}}->()), 'one,two,free',
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20010114-1.c | 11 int array2[2][1]= { { 1 }, { 0 } }; in main() local
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
| H A D | line4.c | 18 char array2[j == 90 ? 1 : -1]; variable
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | printcmds.c | 79 unsigned char array2[1]; member
|
| /openbsd-src/gnu/usr.bin/perl/ext/Hash-Util/t/ |
| H A D | Util.t | 627 my $array2= bucket_array({1..10}); 633 my @keys2= sort map { ref $_ ? @$_ : () } @$array2;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq4.pod | 1588 foreach my $element (@array1, @array2) { $count{$element}++ }
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/ |
| H A D | ChangeLog | 6178 * g++.dg/init/array2.C: New test.
|