HomeSort by: relevance | last modified time | path
    Searched refs:moveAssign (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ErrorOr.h 136 moveAssign(std::move(Other));
216 void moveAssign(ErrorOr<OtherT> &&Other) {
Error.h 515 moveAssign(std::move(Other));
612 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) {

Completed in 16 milliseconds