Home
last modified time | relevance | path

Searched refs:rv_array2 (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
H A Dmoveable2.cc49 rvalstruct rv_array2[6]; in test01() local
50 std::copy(array2, array2 + 6, rv_array2); in test01()
51 container con2(rv_array2, rv_array2 + 6); in test01()
53 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
54 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
H A Dmoveable2.cc49 rvalstruct rv_array2[6]; in test01() local
50 std::copy(array2, array2 + 6, rv_array2); in test01()
51 container con2(rv_array2, rv_array2 + 6); in test01()
53 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
54 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
H A Dmoveable2.cc49 rvalstruct rv_array2[6]; in test01() local
50 std::copy(array2, array2 + 6, rv_array2); in test01()
51 container con2(rv_array2, rv_array2 + 6); in test01()
53 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
54 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
H A Dmoveable2.cc49 rvalstruct rv_array2[6]; in test01() local
50 std::copy(array2, array2 + 6, rv_array2); in test01()
51 container con2(rv_array2, rv_array2 + 6); in test01()
53 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
54 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc47 rvalstruct rv_array2[6]; in test01() local
48 std::copy(array2, array2 + 6, rv_array2); in test01()
49 container con2(rv_array2, rv_array2 + 6); in test01()
51 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
52 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc47 rvalstruct rv_array2[6]; in test01() local
48 std::copy(array2, array2 + 6, rv_array2); in test01()
49 container con2(rv_array2, rv_array2 + 6); in test01()
51 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
52 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc47 rvalstruct rv_array2[6]; in test01() local
48 std::copy(array2, array2 + 6, rv_array2); in test01()
49 container con2(rv_array2, rv_array2 + 6); in test01()
51 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
52 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc45 rvalstruct rv_array2[6]; in test01() local
46 std::copy(array2, array2 + 6, rv_array2); in test01()
47 container con2(rv_array2, rv_array2 + 6); in test01()
49 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
50 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc47 rvalstruct rv_array2[6]; in test01() local
48 std::copy(array2, array2 + 6, rv_array2); in test01()
49 container con2(rv_array2, rv_array2 + 6); in test01()
51 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
52 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc47 rvalstruct rv_array2[6]; in test01() local
48 std::copy(array2, array2 + 6, rv_array2); in test01()
49 container con2(rv_array2, rv_array2 + 6); in test01()
51 VERIFY( rv_array2[0] == 0 && rv_array2[1] == 1 && rv_array2[2] == 2 in test01()
52 && rv_array2[3] == 3 && rv_array2[4] == 4 && rv_array2[5] == 5 ); in test01()

12