Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DErrorOr.h216 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign() function
H A DError.h652 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Derror.h323 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function