Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h524 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()
531 moveConstruct(std::move(Other));
540 moveConstruct(std::move(Other));
639 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function
/openbsd-src/gnu/llvm/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