Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DErrorOr.h136 moveAssign(std::move(Other));
216 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign() function
H A DError.h545 moveAssign(std::move(Other));
652 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Derror.h238 moveAssign(std::move(Other));
323 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function