Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.h526 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()
534 moveConstruct(std::move(Other));
543 moveConstruct(std::move(Other));
632 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function
/freebsd-13.1/contrib/llvm-project/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