Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DErrorOr.h125 moveConstruct(std::move(Other)); in ErrorOr()
133 moveConstruct(std::move(Other));
143 moveConstruct(std::move(Other));
219 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct() function
DError.h646 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()
654 moveConstruct(std::move(Other));
664 moveConstruct(std::move(Other));
753 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function
/external/clang/test/CodeGenCXX/
Drvalue-references.cpp109 void moveConstruct() { in moveConstruct() function