Home
last modified time | relevance | path

Searched defs:copy_int (Results 1 – 25 of 74) sorted by relevance

123

/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() function
27 …constexpr copy_int(copy_int const& other) : value(other.value), copied_times(other.copied_times) {… in copy_int() argument
30 operator=(const copy_int& other) in operator =() argument
43 operator==(const copy_int& other) const in operator ==() argument
/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() function
27 …constexpr copy_int(copy_int const& other) : value(other.value), copied_times(other.copied_times) {… in copy_int() argument
30 operator=(const copy_int& other) in operator =() argument
43 operator==(const copy_int& other) const in operator ==() argument
/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() argument
27 …constexpr copy_int(copy_int const& other) : value(other.value), copied_times(other.copied_times) {… in copy_int() argument
30 operator=(const copy_int& other) in operator =() argument
43 operator==(const copy_int& other) const in operator ==() argument
/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() argument
27 …constexpr copy_int(copy_int const& other) : value(other.value), copied_times(other.copied_times) {… in copy_int() argument
30 operator=(const copy_int& other) in operator =() argument
43 operator==(const copy_int& other) const in operator ==() argument
/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() argument
29 operator=(const copy_int& other) in operator =() argument
42 operator==(const copy_int& other) const in operator ==() argument
/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() argument
37 operator=(const copy_int& other) in operator =() argument
50 operator==(const copy_int& other) const in operator ==() argument
/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
37 operator=(const copy_int& other) in operator =() argument
50 operator==(const copy_int& other) const in operator ==() argument
/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
37 operator=(const copy_int& other) in operator =() argument
50 operator==(const copy_int& other) const in operator ==() argument
/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() argument
37 operator=(const copy_int& other) in operator =() argument
50 operator==(const copy_int& other) const in operator ==() argument
/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() function
36 operator=(const copy_int& other) in operator =() argument
49 operator==(const copy_int& other) const in operator ==() argument
/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
36 operator=(const copy_int& other) in operator =() argument
49 operator==(const copy_int& other) const in operator ==() argument
/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() argument
29 operator=(const copy_int& other) in operator =() argument
42 operator==(const copy_int& other) const in operator ==() argument
/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() argument
36 operator=(const copy_int& other) in operator =() argument
49 operator==(const copy_int& other) const in operator ==() argument
/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
29 operator=(const copy_int& other) in operator =() argument
42 operator==(const copy_int& other) const in operator ==() argument
/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() function
37 operator=(const copy_int& other) in operator =() argument
50 operator==(const copy_int& other) const in operator ==() argument
/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
37 operator=(const copy_int& other) in operator =() argument
50 operator==(const copy_int& other) const in operator ==() argument
/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() argument
29 operator=(const copy_int& other) in operator =() argument
42 operator==(const copy_int& other) const in operator ==() argument
/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
29 operator=(const copy_int& other) in operator =() argument
42 operator==(const copy_int& other) const in operator ==() argument
/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() argument
36 operator=(const copy_int& other) in operator =() argument
49 operator==(const copy_int& other) const in operator ==() argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_19.f9043 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.f9043 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.f9043 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.f9043 SUBROUTINE copy_int(a,b) subroutine
50 END SUBROUTINE copy_int argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_19.f9043 SUBROUTINE copy_int(a,b) subroutine
50 END SUBROUTINE copy_int argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_19.f9043 SUBROUTINE copy_int(a,b) subroutine
50 END SUBROUTINE copy_int argument

123