Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DErrno.cpp32 std::string StrError() { in StrError() function
33 return StrError(errno); in StrError()
37 std::string StrError(int errnum) { in StrError() function
H A DDataStream.cpp82 std::string *StrError) { in getDataFileStreamer() argument
85 *StrError = std::string("Could not open ") + Filename + ": " + in getDataFileStreamer()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DErrno.h26 std::string StrError();
29 std::string StrError(int errnum);
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp60 const std::string err_str = sys::StrError(); in initialize()
70 const std::string err_str = sys::StrError(); in ~OProfileJITEventListener()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/Unix/
H A DUnix.h75 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
H A DProgram.inc385 *ErrMsg = llvm::sys::StrError(ENOENT);
/minix3/external/bsd/llvm/dist/llvm/tools/lli/Unix/
H A DRPCChannel.inc91 llvm::errs() << "IO Error: " << Desc << ": " << sys::StrError() << '\n';
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc265 return String(errno == 0 ? "" : posix::StrError(errno)); in GetLastErrnoDescription()
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1648 inline const char* StrError(int errnum) { return strerror(errnum); }