Searched refs:moveConstruct (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h115 moveConstruct(std::move(Other));
123 moveConstruct(std::move(Other));
133 moveConstruct(std::move(Other));
209 void moveConstruct(ErrorOr<OtherT> &&Other) { function in class:llvm::ErrorOr
H A DError.h487 Expected(Expected &&Other) { moveConstruct(std::move(Other)); }
495 moveConstruct(std::move(Other));
505 moveConstruct(std::move(Other));
594 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { function in class:llvm::Expected

Completed in 61 milliseconds