Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorOr.h152 moveAssign(std::move(Other));
232 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign() function
DError.h705 moveAssign(std::move(Other));
802 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function
/external/llvm/include/llvm/Support/
DErrorOr.h152 moveAssign(std::move(Other));
232 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign() function
DError.h669 moveAssign(std::move(Other));
767 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function