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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DErrno.h26 std::string StrError();
29 std::string StrError(int errnum);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DErrno.cpp34 std::string StrError() { function in namespace:llvm::sys
35 return StrError(errno);
39 std::string StrError(int errnum) { function in namespace:llvm::sys
H A DDataStream.cpp88 std::string *StrError) {
91 *StrError = std::string("Could not open ") + Filename + ": " +
87 getDataFileStreamer(const std::string &Filename, std::string *StrError) argument
H A Dsystem_error.cpp46 return std::string(sys::StrError(ev));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DUnix.h77 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
H A DProgram.inc369 *ErrMsg = llvm::sys::StrError(ENOENT);
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp59 const std::string err_str = sys::StrError();
69 const std::string err_str = sys::StrError();
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-death-test.cc265 return String(errno == 0 ? "" : posix::StrError(errno));
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1619 // StrError() aren't needed on Windows CE at this time and thus not
1643 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:testing::internal::posix

Completed in 165 milliseconds