Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h215 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign() function
H A DError.h663 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h323 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function