LLVM 19.0.0git
Namespaces | Functions
Errno.h File Reference
#include <cerrno>
#include <string>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::sys
 

Functions

std::string llvm::sys::StrError ()
 Returns a string representation of the errno value, using whatever thread-safe variant of strerror() is available.
 
std::string llvm::sys::StrError (int errnum)
 Like the no-argument version above, but uses errnum instead of errno.
 
template<typename FailT , typename Fun , typename... Args>
decltype(auto) llvm::sys::RetryAfterSignal (const FailT &Fail, const Fun &F, const Args &... As)