Home
last modified time | relevance | path

Searched defs:S (Results 176 – 200 of 53157) sorted by relevance

12345678910>>...2127

/dports/sysutils/vector/vector-0.10.0/cargo-crates/derivative-2.1.1/tests/
H A Drustc-deriving-clone-struct.rs21 struct S { struct
44 let _ = S::default().clone(); in main() argument
/dports/deskutils/just/just-0.10.5/cargo-crates/derivative-2.2.0/tests/
H A Drustc-deriving-clone-struct.rs23 struct S { struct
46 let _ = S::default().clone(); in main() argument
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/derivative-1.0.2/tests/
H A Drustc-deriving-clone-struct.rs21 struct S { struct
44 let _ = S::default().clone(); in main() argument
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/derivative-2.1.1/tests/
H A Drustc-deriving-clone-struct.rs21 struct S { struct
44 let _ = S::default().clone(); in main() argument
/dports/games/dose-response/dose-response-179c326/cargo-crates/derivative-1.0.2/tests/
H A Drustc-deriving-clone-struct.rs21 struct S { struct
44 let _ = S::default().clone(); in main() argument
/dports/www/websocat/websocat-1.9.0/cargo-crates/derivative-1.0.4/tests/
H A Drustc-deriving-clone-struct.rs21 struct S { struct
44 let _ = S::default().clone(); in main() argument
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/derivative-2.2.0/tests/
H A Drustc-deriving-clone-struct.rs23 struct S { struct
46 let _ = S::default().clone(); in main() argument
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/derivative-2.2.0/tests/
H A Drustc-deriving-clone-struct.rs23 struct S { struct
46 let _ = S::default().clone(); in main() argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/derivative-2.2.0/tests/
H A Drustc-deriving-clone-struct.rs23 struct S { struct
46 let _ = S::default().clone(); in main() argument
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/derivative-2.1.1/tests/
H A Drustc-deriving-clone-struct.rs21 struct S { struct
44 let _ = S::default().clone(); in main() argument
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/tests/
H A Dtest-cong.cpp54 FpSemigroup S; variable
68 FpSemigroup S; variable
99 FpSemigroup S; variable
114 FpSemigroup S; variable
138 FpSemigroup S; variable
196 FpSemigroup S; variable
227 FpSemigroup S; variable
259 FpSemigroup S; variable
404 FpSemigroup S; variable
423 FpSemigroup S; variable
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/tests/
H A Dtest-cong.cpp55 FpSemigroup S; variable
69 FpSemigroup S; variable
100 FpSemigroup S; variable
115 FpSemigroup S; variable
139 FpSemigroup S; variable
197 FpSemigroup S; variable
228 FpSemigroup S; variable
260 FpSemigroup S; variable
405 FpSemigroup S; variable
424 FpSemigroup S; variable
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.merge/
H A Dinplace_merge.pass.cpp25 struct S { struct
26 S() : i_(0) {} in S() argument
27 S(int i) : i_(i) {} in S() argument
29 S(const S& rhs) : i_(rhs.i_) {} in S() argument
30 S( S&& rhs) : i_(rhs.i_) { rhs.i_ = -1; } in S() argument
32 S& operator =(const S& rhs) { i_ = rhs.i_; return *this; } in operator =() argument
36 bool operator <(const S& rhs) const { return i_ < rhs.i_; } in operator <() argument
37 bool operator ==(const S& rhs) const { return i_ == rhs.i_; } in operator ==() argument
38 bool operator ==(int i) const { return i_ == i; } in operator ==()
40 void set(int i) { i_ = i; } in set()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dinplace_merge.pass.cpp25 struct S { struct
26 S() : i_(0) {} in S() argument
27 S(int i) : i_(i) {} in S() function
29 S(const S& rhs) : i_(rhs.i_) {} in S() function
30 S( S&& rhs) : i_(rhs.i_) { rhs.i_ = -1; } in S() function
32 S& operator =(const S& rhs) { i_ = rhs.i_; return *this; } in operator =() argument
36 bool operator <(const S& rhs) const { return i_ < rhs.i_; } in operator <() argument
37 bool operator ==(const S& rhs) const { return i_ == rhs.i_; } in operator ==() argument
38 bool operator ==(int i) const { return i_ == i; } in operator ==()
40 void set(int i) { i_ = i; } in set()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dinplace_merge.pass.cpp25 struct S { struct
26 S() : i_(0) {} in S() function
27 S(int i) : i_(i) {} in S() function
29 S(const S& rhs) : i_(rhs.i_) {} in S() function
30 S( S&& rhs) : i_(rhs.i_) { rhs.i_ = -1; } in S() function
32 S& operator =(const S& rhs) { i_ = rhs.i_; return *this; } in operator =() argument
36 bool operator <(const S& rhs) const { return i_ < rhs.i_; } in operator <() argument
37 bool operator ==(const S& rhs) const { return i_ == rhs.i_; } in operator ==() argument
38 bool operator ==(int i) const { return i_ == i; } in operator ==()
40 void set(int i) { i_ = i; } in set()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dinplace_merge.pass.cpp25 struct S { struct
26 S() : i_(0) {} in S() function
27 S(int i) : i_(i) {} in S() argument
29 S(const S& rhs) : i_(rhs.i_) {} in S() argument
30 S( S&& rhs) : i_(rhs.i_) { rhs.i_ = -1; } in S() argument
32 S& operator =(const S& rhs) { i_ = rhs.i_; return *this; } in operator =() argument
36 bool operator <(const S& rhs) const { return i_ < rhs.i_; } in operator <() argument
37 bool operator ==(const S& rhs) const { return i_ == rhs.i_; } in operator ==() argument
38 bool operator ==(int i) const { return i_ == i; } in operator ==()
40 void set(int i) { i_ = i; } in set()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dinplace_merge.pass.cpp25 struct S { struct
26 S() : i_(0) {} in S() argument
27 S(int i) : i_(i) {} in S() argument
29 S(const S& rhs) : i_(rhs.i_) {} in S() argument
30 S( S&& rhs) : i_(rhs.i_) { rhs.i_ = -1; } in S() function
32 S& operator =(const S& rhs) { i_ = rhs.i_; return *this; } in operator =() argument
36 bool operator <(const S& rhs) const { return i_ < rhs.i_; } in operator <() argument
37 bool operator ==(const S& rhs) const { return i_ == rhs.i_; } in operator ==() argument
38 bool operator ==(int i) const { return i_ == i; } in operator ==()
40 void set(int i) { i_ = i; } in set()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dinplace_merge.pass.cpp25 struct S { struct
26 S() : i_(0) {} in S() argument
27 S(int i) : i_(i) {} in S() argument
29 S(const S& rhs) : i_(rhs.i_) {} in S() function
30 S( S&& rhs) : i_(rhs.i_) { rhs.i_ = -1; } in S() argument
32 S& operator =(const S& rhs) { i_ = rhs.i_; return *this; } in operator =() argument
36 bool operator <(const S& rhs) const { return i_ < rhs.i_; } in operator <() argument
37 bool operator ==(const S& rhs) const { return i_ == rhs.i_; } in operator ==() argument
38 bool operator ==(int i) const { return i_ == i; } in operator ==()
40 void set(int i) { i_ = i; } in set()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/algorithms/alg.sorting/alg.merge/
H A Dinplace_merge.pass.cpp25 struct S { struct
26 S() : i_(0) {} in S() argument
27 S(int i) : i_(i) {} in S() function
29 S(const S& rhs) : i_(rhs.i_) {} in S() function
30 S( S&& rhs) : i_(rhs.i_) { rhs.i_ = -1; } in S() function
32 S& operator =(const S& rhs) { i_ = rhs.i_; return *this; } in operator =() argument
36 bool operator <(const S& rhs) const { return i_ < rhs.i_; } in operator <() argument
37 bool operator ==(const S& rhs) const { return i_ == rhs.i_; } in operator ==() argument
38 bool operator ==(int i) const { return i_ == i; } in operator ==()
40 void set(int i) { i_ = i; } in set()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dinplace_merge.pass.cpp25 struct S { struct
26 S() : i_(0) {} in S() argument
27 S(int i) : i_(i) {} in S() argument
29 S(const S& rhs) : i_(rhs.i_) {} in S() argument
30 S( S&& rhs) : i_(rhs.i_) { rhs.i_ = -1; } in S() argument
32 S& operator =(const S& rhs) { i_ = rhs.i_; return *this; } in operator =() argument
36 bool operator <(const S& rhs) const { return i_ < rhs.i_; } in operator <() argument
37 bool operator ==(const S& rhs) const { return i_ == rhs.i_; } in operator ==() argument
38 bool operator ==(int i) const { return i_ == i; } in operator ==()
40 void set(int i) { i_ = i; } in set()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dinplace_merge.pass.cpp25 struct S { struct
26 S() : i_(0) {} in S() function
27 S(int i) : i_(i) {} in S() function
29 S(const S& rhs) : i_(rhs.i_) {} in S() argument
30 S( S&& rhs) : i_(rhs.i_) { rhs.i_ = -1; } in S() argument
32 S& operator =(const S& rhs) { i_ = rhs.i_; return *this; } in operator =() argument
36 bool operator <(const S& rhs) const { return i_ < rhs.i_; } in operator <() argument
37 bool operator ==(const S& rhs) const { return i_ == rhs.i_; } in operator ==() argument
38 bool operator ==(int i) const { return i_ == i; } in operator ==()
40 void set(int i) { i_ = i; } in set()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dinplace_merge.pass.cpp25 struct S { struct
26 S() : i_(0) {} in S() function
27 S(int i) : i_(i) {} in S() argument
29 S(const S& rhs) : i_(rhs.i_) {} in S() function
30 S( S&& rhs) : i_(rhs.i_) { rhs.i_ = -1; } in S() function
32 S& operator =(const S& rhs) { i_ = rhs.i_; return *this; } in operator =() argument
36 bool operator <(const S& rhs) const { return i_ < rhs.i_; } in operator <() argument
37 bool operator ==(const S& rhs) const { return i_ == rhs.i_; } in operator ==() argument
38 bool operator ==(int i) const { return i_ == i; } in operator ==()
40 void set(int i) { i_ = i; } in set()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dinplace_merge.pass.cpp25 struct S { struct
26 S() : i_(0) {} in S() argument
27 S(int i) : i_(i) {} in S() argument
29 S(const S& rhs) : i_(rhs.i_) {} in S() function
30 S( S&& rhs) : i_(rhs.i_) { rhs.i_ = -1; } in S() argument
32 S& operator =(const S& rhs) { i_ = rhs.i_; return *this; } in operator =() argument
36 bool operator <(const S& rhs) const { return i_ < rhs.i_; } in operator <() argument
37 bool operator ==(const S& rhs) const { return i_ == rhs.i_; } in operator ==() argument
38 bool operator ==(int i) const { return i_ == i; } in operator ==()
40 void set(int i) { i_ = i; } in set()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjCXX/
H A Dblock-var-layout.mm9 struct S { struct
10 int i1;
11 id o1;
15 } v1;
16 int i3;
17 id o3;
21 void x(id y) {}
22 void y(int a) {}
24 extern id opaque_id();
26 void f() {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjCXX/
H A Dblock-var-layout.mm9 struct S { struct
10 int i1;
11 id o1;
15 } v1;
16 int i3;
17 id o3;
21 void x(id y) {}
22 void y(int a) {}
24 extern id opaque_id();
26 void f() {
[all …]

12345678910>>...2127