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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h142 moveAssign(std::move(Other));
222 void moveAssign(ErrorOr<OtherT> &&Other) { function in class:llvm::ErrorOr
H A DError.h510 moveAssign(std::move(Other));
607 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { function in class:llvm::Expected

Completed in 79 milliseconds