Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DError.h477 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl() function
482 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl() function
487 return handleErrorImpl(std::move(Payload), in handleErrorImpl()
510 handleErrorImpl(std::move(P), std::forward<HandlerTs>(Hs)...)); in handleErrors()
514 return handleErrorImpl(std::move(Payload), std::forward<HandlerTs>(Hs)...); in handleErrors()
/external/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()