Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h136 moveAssign(std::move(Other));
216 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign() function
H A DError.h548 moveAssign(std::move(Other));
645 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h240 moveAssign(std::move(Other));
325 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function