Searched defs:cantFail (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h708 inline void cantFail(Error Err, const char *Msg = nullptr) { function in namespace:llvm
736 T cantFail(Expected<T> ValOrErr, const char *Msg = nullptr) { function in namespace:llvm
767 T& cantFail(Expected<T&> ValOrErr, const char *Msg = nullptr) { function in namespace:llvm
[all...]

Completed in 155 milliseconds