Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h946 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl() function
951 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl() function
956 return handleErrorImpl(std::move(Payload), in handleErrorImpl()
979 handleErrorImpl(std::move(P), std::forward<HandlerTs>(Hs)...)); in handleErrors()
983 return handleErrorImpl(std::move(Payload), std::forward<HandlerTs>(Hs)...); in handleErrors()