Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDError.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()