Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h111 moveConstruct(std::move(Other)); in ErrorOr()
117 moveConstruct(std::move(Other));
126 moveConstruct(std::move(Other));
202 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct() function
H A DError.h535 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()
542 moveConstruct(std::move(Other));
551 moveConstruct(std::move(Other));
650 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h216 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()
224 moveConstruct(std::move(Other));
233 moveConstruct(std::move(Other));
312 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function