Searched defs:createStringError (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp136 Error createStringError(std::error_code EC, char const *Msg) { function in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1197 inline Error createStringError(std::error_code EC, char const *Fmt, function in namespace:llvm
1207 inline Error createStringError(std::error_code EC, const Twine &S) { function in namespace:llvm
1212 inline Error createStringError(std::errc EC, char const *Fmt, function in namespace:llvm

Completed in 87 milliseconds