Home
last modified time | relevance | path

Searched refs:moveConstruct (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DErrorOr.h112 moveConstruct(std::move(Other)); in ErrorOr()
118 moveConstruct(std::move(Other));
127 moveConstruct(std::move(Other));
203 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct() function
H A DError.h523 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()
531 moveConstruct(std::move(Other));
540 moveConstruct(std::move(Other));
639 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Derror.h218 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()
226 moveConstruct(std::move(Other));
235 moveConstruct(std::move(Other));
314 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Drvalue-references.cpp109 void moveConstruct() { in moveConstruct() function