/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/refwrap/ |
H A D | type_properties.pass.cpp | 22 class MoveOnly class 29 MoveOnly(int data = 1) : data_(data) {} in MoveOnly() function in MoveOnly 30 MoveOnly(MoveOnly&& x) in MoveOnly() function in MoveOnly
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/ |
H A D | F.pass.cpp | 82 class MoveOnly class 86 MoveOnly() {} in MoveOnly() function in MoveOnly 87 MoveOnly(MoveOnly&&) {} in MoveOnly() argument 89 void operator()(MoveOnly&&) in operator ()() argument
|
/minix3/external/bsd/libc++/dist/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/ |
H A D | F.pass.cpp | 76 class MoveOnly class 80 MoveOnly() {} in MoveOnly() function in MoveOnly 81 MoveOnly(MoveOnly&&) {} in MoveOnly() function in MoveOnly 83 void operator()(MoveOnly&&) in operator ()() argument
|
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/ |
H A D | UTypes.fail.cpp | 25 class MoveOnly class 32 explicit MoveOnly(int data = 1) : data_(data) {} in MoveOnly() function in MoveOnly 33 MoveOnly(MoveOnly&& x) in MoveOnly() function in MoveOnly
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
H A D | UTypes.fail.cpp | 27 class MoveOnly class 34 explicit MoveOnly(int data = 1) : data_(data) {} in MoveOnly() function in MoveOnly 35 MoveOnly(MoveOnly&& x) in MoveOnly() function in MoveOnly
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/ |
H A D | call_once.pass.cpp | 136 class MoveOnly class 141 MoveOnly(const MoveOnly&) in MoveOnly() function in MoveOnly 148 MoveOnly() {} in MoveOnly() function in MoveOnly 149 MoveOnly(MoveOnly&&) {} in MoveOnly() argument 151 void operator()(MoveOnly&&) in operator ()() argument
|
/minix3/external/bsd/libc++/dist/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/ |
H A D | call_once.pass.cpp | 134 class MoveOnly class 138 MoveOnly() {} in MoveOnly() function in MoveOnly 139 MoveOnly(MoveOnly&&) {} in MoveOnly() function in MoveOnly 141 void operator()(MoveOnly&&) in operator ()() argument
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
H A D | OptionalTest.cpp | 218 struct MoveOnly { struct 219 static unsigned MoveConstructions; 220 static unsigned Destructions; 221 static unsigned MoveAssignments; 222 int val; 223 explicit MoveOnly(int val) : val(val) { in MoveOnly() function 225 MoveOnly(MoveOnly&& other) { in MoveOnly() function 229 MoveOnly &operator=(MoveOnly&& other) { in operator =() 234 ~MoveOnly() { in ~MoveOnly() 237 static void ResetCounts() { in ResetCounts()
|
H A D | StringMapTest.cpp | 264 struct MoveOnly { struct 265 int i; 266 MoveOnly(int i) : i(i) {} in MoveOnly() argument 267 MoveOnly(const Immovable&) : i(0) {} in MoveOnly() function 268 MoveOnly(MoveOnly &&RHS) : i(RHS.i) {} in MoveOnly() function 269 MoveOnly &operator=(MoveOnly &&RHS) { in operator =() 279 TEST_F(StringMapTest, MoveOnly) { in TEST_F() argument
|
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/tuple/tuple.tuple/ |
H A D | MoveOnly.h | 26 MoveOnly(MoveOnly&& x) in MoveOnly() function
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/ |
H A D | MoveOnly.h | 26 MoveOnly(MoveOnly&& x) in MoveOnly() function
|
/minix3/external/bsd/libc++/dist/libcxx/test/support/ |
H A D | MoveOnly.h | 26 MoveOnly(MoveOnly&& x) in MoveOnly() function
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p19.cpp | 3 struct MoveOnly { struct
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | rval-references.cpp | 73 struct MoveOnly { struct
|
H A D | blocks.cpp | 73 class MoveOnly { class
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
H A D | p3-0x.cpp | 115 struct MoveOnly { // expected-note {{candidate}} struct
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-structors.cpp | 438 struct MoveOnly { struct
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/special/class.copy/ |
H A D | implicit-move.cpp | 231 struct MoveOnly { struct
|