Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
H A Dtypes.h115 int moveAssign = 0; member
129 moveAssign++;
/llvm-project-15.0.7/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
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Derror.h240 moveAssign(std::move(Other));
325 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function