Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DError.h922 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl() function
927 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl() function
932 return handleErrorImpl(std::move(Payload), in handleErrorImpl()
955 handleErrorImpl(std::move(P), std::forward<HandlerTs>(Hs)...)); in handleErrors()
959 return handleErrorImpl(std::move(Payload), std::forward<HandlerTs>(Hs)...); in handleErrors()