Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrorOr.h112 moveConstruct(std::move(Other)); in ErrorOr()
118 moveConstruct(std::move(Other));
127 moveConstruct(std::move(Other));
203 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct() function
H A DError.h493 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()
501 moveConstruct(std::move(Other));
510 moveConstruct(std::move(Other));
599 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function