Home
last modified time | relevance | path

Searched refs:handleErrorImpl (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h497 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl() function
502 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl() function
507 return handleErrorImpl(std::move(Payload), in handleErrorImpl()
530 handleErrorImpl(std::move(P), std::forward<HandlerTs>(Hs)...)); in handleErrors()
534 return handleErrorImpl(std::move(Payload), std::forward<HandlerTs>(Hs)...); in handleErrors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h880 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl() function
885 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl() function
890 return handleErrorImpl(std::move(Payload), in handleErrorImpl()
913 handleErrorImpl(std::move(P), std::forward<HandlerTs>(Hs)...)); in handleErrors()
917 return handleErrorImpl(std::move(Payload), std::forward<HandlerTs>(Hs)...); in handleErrors()