Home
last modified time | relevance | path

Searched refs:moveConstruct (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DErrorOr.h116 moveConstruct(std::move(Other)); in ErrorOr()
124 moveConstruct(std::move(Other));
134 moveConstruct(std::move(Other));
210 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct() function
H A DError.h488 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()
496 moveConstruct(std::move(Other));
506 moveConstruct(std::move(Other));
595 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function