Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/Support/
DErrno.cpp33 std::string StrError() { in StrError() function
34 return StrError(errno); in StrError()
38 std::string StrError(int errnum) { in StrError() function
Dsystem_error.cpp46 return std::string(sys::StrError(ev)); in message()
/external/llvm/lib/Support/
DErrno.cpp32 std::string StrError() { in StrError() function
33 return StrError(errno); in StrError()
37 std::string StrError(int errnum) { in StrError() function
DDataStream.cpp78 llvm::getDataFileStreamer(const std::string &Filename, std::string *StrError) { in getDataFileStreamer() argument
81 *StrError = std::string("Could not open ") + Filename + ": " + in getDataFileStreamer()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DErrno.cpp32 std::string StrError() { in StrError() function
33 return StrError(errno); in StrError()
37 std::string StrError(int errnum) { in StrError() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DErrno.cpp32 std::string StrError() { in StrError() function
33 return StrError(errno); in StrError()
37 std::string StrError(int errnum) { in StrError() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DErrno.h26 std::string StrError();
29 std::string StrError(int errnum);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrno.h26 std::string StrError();
29 std::string StrError(int errnum);
/external/llvm/include/llvm/Support/
DErrno.h26 std::string StrError();
29 std::string StrError(int errnum);
/external/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp233 std::string StrError; in run() local
236 ? TextDataStreamer::create(Flags.getIRFilename(), &StrError) in run()
237 : llvm::getDataFileStreamer(Flags.getIRFilename(), &StrError)); in run()
238 if (!StrError.empty() || !InputStream) { in run()
240 StrError); in run()
DIceGlobalContext.h187 Ostream &getStrError() { return *StrError; } in getStrError()
485 Ostream *StrError; /// Stream for logging errors. variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DErrno.h28 std::string StrError();
31 std::string StrError(int errnum);
/external/swiftshader/third_party/subzero/pnacl-llvm/
DDataStream.cpp78 llvm::getDataFileStreamer(const std::string &Filename, std::string *StrError) { in getDataFileStreamer() argument
81 *StrError = std::string("Could not open ") + Filename + ": " + in getDataFileStreamer()
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp59 const std::string err_str = sys::StrError(); in initialize()
69 const std::string err_str = sys::StrError(); in ~OProfileJITEventListener()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DOProfileJITEventListener.cpp55 const std::string err_str = sys::StrError(); in OProfileJITEventListener()
65 const std::string err_str = sys::StrError(); in ~OProfileJITEventListener()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp61 const std::string err_str = sys::StrError(); in initialize()
72 const std::string err_str = sys::StrError(); in ~OProfileJITEventListener()
/external/llvm/lib/Support/Unix/
DUnix.h64 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DUnix.h83 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DUnix.h69 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DUnix.h69 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1651 inline const char* StrError(int errnum) { return strerror(errnum); }
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc316 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-death-test.cc316 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc316 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc265 return String(errno == 0 ? "" : posix::StrError(errno)); in GetLastErrnoDescription()

12