Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDErrorOr.h135 moveAssign(std::move(Other));
215 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign() function
HDError.h556 moveAssign(std::move(Other));
663 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/orc/
HDerror.h238 moveAssign(std::move(Other));
323 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function