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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h880 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { function in namespace:llvm
885 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, function in namespace:llvm
890 return handleErrorImpl(std::move(Payload),
913 handleErrorImpl(std::move(P), std::forward<HandlerTs>(Hs)...));
917 return handleErrorImpl(std::move(Payload), std::forward<HandlerTs>(Hs)...);

Completed in 47 milliseconds