Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DErrno.cpp31 std::string StrError() { in StrError() function
32 return StrError(errno); in StrError()
36 std::string StrError(int errnum) { in StrError() function
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dstrerror_test.cc35 EXPECT_THAT(absl::base_internal::StrError(EDOM), Eq(strerror(EDOM))); in TEST()
41 EXPECT_THAT(absl::base_internal::StrError(-1), in TEST()
64 const std::string value = absl::base_internal::StrError(i); in TEST()
Dstrerror.h33 std::string StrError(int errnum);
Dstrerror_benchmark.cc25 benchmark::DoNotOptimize(absl::base_internal::StrError(ERANGE)); in BM_AbslStrError()
Derrno_saver_test.cc30 return os << absl::base_internal::StrError(ep.no) << " [" << ep.no << "]"; in operator <<()
Dstrerror.cc77 std::string StrError(int errnum) { in StrError() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrno.h26 std::string StrError();
29 std::string StrError(int errnum);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp235 std::string StrError; in run() local
238 ? TextDataStreamer::create(Flags.getIRFilename(), &StrError) in run()
239 : llvm::getDataFileStreamer(Flags.getIRFilename(), &StrError)); in run()
240 if (!StrError.empty() || !InputStream) { in run()
242 StrError); in run()
DIceGlobalContext.h186 Ostream &getStrError() { return *StrError; } in getStrError()
479 Ostream *StrError; /// Stream for logging errors. variable
DIceGlobalContext.cpp303 StrDump(OsDump), StrEmit(OsEmit), StrError(OsError), ObjectWriter(), in GlobalContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrno.h27 std::string StrError();
30 std::string StrError(int errnum);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DDataStream.cpp79 llvm::getDataFileStreamer(const std::string &Filename, std::string *StrError) { in getDataFileStreamer() argument
82 *StrError = in getDataFileStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp60 const std::string err_str = sys::StrError(); in initialize()
71 const std::string err_str = sys::StrError(); in ~OProfileJITEventListener()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DUnix.h69 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
DProgram.inc397 *ErrMsg = llvm::sys::StrError(ENOENT);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DUnix.h69 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
DProgram.inc408 *ErrMsg = llvm::sys::StrError(ENOENT);
/third_party/node/src/
Dcares_wrap.cc1838 void StrError(const FunctionCallbackInfo<Value>& args) { in StrError() function
1885 SetMethod(context, target, "strerror", StrError); in Initialize()
1952 registry->Register(StrError); in RegisterExternalReferences()
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h2045 inline const char* StrError(int errnum) { return strerror(errnum); }
/third_party/node/deps/googletest/src/
Dgtest-death-test.cc345 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
/third_party/googletest/googletest/src/
Dgtest-death-test.cc341 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
/third_party/mesa3d/src/gtest/src/
Dgtest-death-test.cc339 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h2121 inline const char* StrError(int errnum) { return strerror(errnum); }
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-port.h2167 inline const char* StrError(int errnum) { return strerror(errnum); }

12