Home
last modified time | relevance | path

Searched refs:copy_int (Results 1 – 25 of 84) sorted by relevance

1234

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/pstl/test/std/algorithms/alg.modifying.operations/
H A Dreplace.pass.cpp22 struct copy_int struct
26 constexpr explicit copy_int(int32_t val = 0) : value(val) {} in copy_int() argument
27 …constexpr copy_int(copy_int const& other) : value(other.value), copied_times(other.copied_times) {… in copy_int() function
29 constexpr copy_int&
30 operator=(const copy_int& other) in operator =() argument
43 operator==(const copy_int& other) const in operator ==() argument
92 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
95 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
154 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/pstl/test/std/algorithms/alg.modifying.operations/
H A Dreplace.pass.cpp22 struct copy_int struct
26 constexpr explicit copy_int(int32_t val = 0) : value(val) {} in copy_int() argument
27 …constexpr copy_int(copy_int const& other) : value(other.value), copied_times(other.copied_times) {… in copy_int() function
29 constexpr copy_int&
30 operator=(const copy_int& other) in operator =() argument
43 operator==(const copy_int& other) const in operator ==() argument
92 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
95 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
154 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/pstl/test/std/algorithms/alg.modifying.operations/
H A Dreplace.pass.cpp22 struct copy_int struct
26 constexpr explicit copy_int(int32_t val = 0) : value(val) {} in copy_int() function
27 …constexpr copy_int(copy_int const& other) : value(other.value), copied_times(other.copied_times) {… in copy_int() argument
29 constexpr copy_int&
30 operator=(const copy_int& other) in operator =() argument
43 operator==(const copy_int& other) const in operator ==() argument
92 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
95 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
154 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/pstl/test/std/algorithms/alg.modifying.operations/
H A Dreplace.pass.cpp22 struct copy_int struct
26 constexpr explicit copy_int(int32_t val = 0) : value(val) {} in copy_int() function
27 …constexpr copy_int(copy_int const& other) : value(other.value), copied_times(other.copied_times) {… in copy_int() function
29 constexpr copy_int&
30 operator=(const copy_int& other) in operator =() argument
43 operator==(const copy_int& other) const in operator ==() argument
92 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
95 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
154 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/multimedia/motion/motion-release-4.3.2/src/
H A Dconf.c280 copy_int,
325 copy_int,
362 copy_int,
371 copy_int,
380 copy_int,
389 copy_int,
398 copy_int,
416 copy_int,
425 copy_int,
536 copy_int,
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/pstl/test/std/algorithms/alg.modifying.operations/
H A Dreplace.pass.cpp22 struct copy_int struct
26 constexpr explicit copy_int(int32_t val = 0) : value(val) {} in copy_int() function
28 constexpr copy_int&
29 operator=(const copy_int& other) in operator =() argument
42 operator==(const copy_int& other) const in operator ==() argument
91 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
94 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
153 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/
H A Dreplace.cc30 struct copy_int struct
34 explicit copy_int(int32_t val = 0) { value = val; } in copy_int() function
36 copy_int&
37 operator=(const copy_int& other) in operator =() argument
50 operator==(const copy_int& other) const in operator ==() argument
100 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
103 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
162 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/
H A Dreplace.cc30 struct copy_int struct
34 explicit copy_int(int32_t val = 0) { value = val; } in copy_int() argument
36 copy_int&
37 operator=(const copy_int& other) in operator =() argument
50 operator==(const copy_int& other) const in operator ==() argument
100 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
103 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
162 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/
H A Dreplace.cc30 struct copy_int struct
34 explicit copy_int(int32_t val = 0) { value = val; } in copy_int() argument
36 copy_int&
37 operator=(const copy_int& other) in operator =() argument
50 operator==(const copy_int& other) const in operator ==() argument
100 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
103 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
162 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/
H A Dreplace.cc30 struct copy_int struct
34 explicit copy_int(int32_t val = 0) { value = val; } in copy_int() function
36 copy_int&
37 operator=(const copy_int& other) in operator =() argument
50 operator==(const copy_int& other) const in operator ==() argument
100 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
103 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
162 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/
H A Dreplace.cc29 struct copy_int struct
33 explicit copy_int(int32_t val = 0) { value = val; } in copy_int() argument
35 copy_int&
36 operator=(const copy_int& other) in operator =() argument
49 operator==(const copy_int& other) const in operator ==() argument
99 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
102 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
161 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/
H A Dreplace.cc29 struct copy_int struct
33 explicit copy_int(int32_t val = 0) { value = val; } in copy_int() function
35 copy_int&
36 operator=(const copy_int& other) in operator =() argument
49 operator==(const copy_int& other) const in operator ==() argument
99 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
102 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
161 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
H A Dreplace.pass.cpp22 struct copy_int struct
26 constexpr explicit copy_int(int32_t val = 0) : value(val) {} in copy_int() function
28 constexpr copy_int&
29 operator=(const copy_int& other) in operator =() argument
42 operator==(const copy_int& other) const in operator ==() argument
91 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
94 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
153 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/
H A Dreplace.cc29 struct copy_int struct
33 explicit copy_int(int32_t val = 0) { value = val; } in copy_int() function
35 copy_int&
36 operator=(const copy_int& other) in operator =() argument
49 operator==(const copy_int& other) const in operator ==() argument
99 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
102 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
161 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/pstl/test/std/algorithms/alg.modifying.operations/
H A Dreplace.pass.cpp22 struct copy_int struct
26 constexpr explicit copy_int(int32_t val = 0) : value(val) {} in copy_int() argument
28 constexpr copy_int&
29 operator=(const copy_int& other) in operator =() argument
42 operator==(const copy_int& other) const in operator ==() argument
91 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
94 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
153 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/
H A Dreplace.cc30 struct copy_int struct
34 explicit copy_int(int32_t val = 0) { value = val; } in copy_int() argument
36 copy_int&
37 operator=(const copy_int& other) in operator =() argument
50 operator==(const copy_int& other) const in operator ==() argument
100 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
103 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
162 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/
H A Dreplace.cc30 struct copy_int struct
34 explicit copy_int(int32_t val = 0) { value = val; } in copy_int() argument
36 copy_int&
37 operator=(const copy_int& other) in operator =() argument
50 operator==(const copy_int& other) const in operator ==() argument
100 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
103 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
162 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/pstl/test/std/algorithms/alg.modifying.operations/
H A Dreplace.pass.cpp22 struct copy_int struct
26 constexpr explicit copy_int(int32_t val = 0) : value(val) {} in copy_int() function
28 constexpr copy_int&
29 operator=(const copy_int& other) in operator =() argument
42 operator==(const copy_int& other) const in operator ==() argument
91 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
94 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
153 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/pstl/test/std/algorithms/alg.modifying.operations/
H A Dreplace.pass.cpp22 struct copy_int struct
26 constexpr explicit copy_int(int32_t val = 0) : value(val) {} in copy_int() argument
28 constexpr copy_int&
29 operator=(const copy_int& other) in operator =() argument
42 operator==(const copy_int& other) const in operator ==() argument
91 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
94 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
153 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/
H A Dreplace.cc29 struct copy_int struct
33 explicit copy_int(int32_t val = 0) { value = val; } in copy_int() function
35 copy_int&
36 operator=(const copy_int& other) in operator =() argument
49 operator==(const copy_int& other) const in operator ==() argument
99 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
102 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check()
161 test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); in main()
/dports/games/libretro-snes9x/snes9x-73aa348/apu/
H A Dapu.cpp424 pc = copier.copy_int(0, sizeof(uint16)); in S9xAPULoadBlarggState()
425 a = copier.copy_int(0, sizeof(uint8)); in S9xAPULoadBlarggState()
426 x = copier.copy_int(0, sizeof(uint8)); in S9xAPULoadBlarggState()
427 y = copier.copy_int(0, sizeof(uint8)); in S9xAPULoadBlarggState()
428 psw = copier.copy_int(0, sizeof(uint8)); in S9xAPULoadBlarggState()
429 sp = copier.copy_int(0, sizeof(uint8)); in S9xAPULoadBlarggState()
433 spc_time = copier.copy_int(0, sizeof(uint16)); in S9xAPULoadBlarggState()
434 dsp_time = copier.copy_int(0, sizeof(uint16)); in S9xAPULoadBlarggState()
451 next_time[i] = copier.copy_int(0, sizeof(uint16)); in S9xAPULoadBlarggState()
452 divider[i] = copier.copy_int(0, sizeof(uint8)); in S9xAPULoadBlarggState()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_19.f9040 CALL test%copy(copy_int,copy_x)
43 SUBROUTINE copy_int(a,b) subroutine
50 END SUBROUTINE copy_int argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_19.f9040 CALL test%copy(copy_int,copy_x)
43 SUBROUTINE copy_int(a,b) subroutine
50 END SUBROUTINE copy_int argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_19.f9040 CALL test%copy(copy_int,copy_x)
43 SUBROUTINE copy_int(a,b) subroutine
50 END SUBROUTINE copy_int argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_19.f9040 CALL test%copy(copy_int,copy_x)
43 SUBROUTINE copy_int(a,b) subroutine
50 END SUBROUTINE copy_int argument

1234