Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
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
DError.h481 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()
489 moveConstruct(std::move(Other));
499 moveConstruct(std::move(Other));
588 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function
/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/swiftshader/third_party/llvm-subzero/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.h682 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()
690 moveConstruct(std::move(Other));
700 moveConstruct(std::move(Other));
789 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function
/external/clang/test/CodeGenCXX/
Drvalue-references.cpp109 void moveConstruct() { in moveConstruct() function