Home
last modified time | relevance | path

Searched refs:errorOrToExpected (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Object/
DSymbolicFile.cpp38 return errorOrToExpected(IRObjectFile::create(Object, *Context)); in createSymbolicFile()
76 return errorOrToExpected(IRObjectFile::create( in createSymbolicFile()
DObjectFile.cpp90 return errorOrToExpected(createELFObjectFile(Object)); in createObjectFile()
106 return errorOrToExpected(createCOFFObjectFile(Object)); in createObjectFile()
/external/llvm/unittests/Support/
DErrorTest.cpp589 expectedToErrorOr(errorOrToExpected(ErrorOr<int>(42))); in TEST()
601 errorOrToExpected(ErrorOr<int>(errc::invalid_argument))); in TEST()
/external/llvm/include/llvm/Support/
DError.h865 template <typename T> Expected<T> errorOrToExpected(ErrorOr<T> &&EO) { in errorOrToExpected() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h902 template <typename T> Expected<T> errorOrToExpected(ErrorOr<T> &&EO) { in errorOrToExpected() function