/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Errno.cpp | 33 std::string StrError() { in StrError() function 34 return StrError(errno); in StrError() 38 std::string StrError(int errnum) { in StrError() function
|
D | system_error.cpp | 46 return std::string(sys::StrError(ev)); in message()
|
/external/llvm/lib/Support/ |
D | Errno.cpp | 32 std::string StrError() { in StrError() function 33 return StrError(errno); in StrError() 37 std::string StrError(int errnum) { in StrError() function
|
D | DataStream.cpp | 78 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/ |
D | Errno.cpp | 32 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/ |
D | Errno.cpp | 32 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/ |
D | Errno.h | 26 std::string StrError(); 29 std::string StrError(int errnum);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Errno.h | 26 std::string StrError(); 29 std::string StrError(int errnum);
|
/external/llvm/include/llvm/Support/ |
D | Errno.h | 26 std::string StrError(); 29 std::string StrError(int errnum);
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCompileServer.cpp | 233 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()
|
D | IceGlobalContext.h | 187 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/ |
D | Errno.h | 28 std::string StrError(); 31 std::string StrError(int errnum);
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | DataStream.cpp | 78 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/ |
D | OProfileJITEventListener.cpp | 59 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/ |
D | OProfileJITEventListener.cpp | 55 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/ |
D | OProfileJITEventListener.cpp | 61 const std::string err_str = sys::StrError(); in initialize() 72 const std::string err_str = sys::StrError(); in ~OProfileJITEventListener()
|
/external/llvm/lib/Support/Unix/ |
D | Unix.h | 64 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Unix.h | 83 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Unix.h | 69 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Unix.h | 69 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1651 inline const char* StrError(int errnum) { return strerror(errnum); }
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 316 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-death-test.cc | 316 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 316 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 265 return String(errno == 0 ? "" : posix::StrError(errno)); in GetLastErrnoDescription()
|