Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrorOr.h136 moveAssign(std::move(Other));
216 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign() function
H A DError.h515 moveAssign(std::move(Other));
612 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function