| /third_party/skia/third_party/externals/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
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Errno.cpp | 31 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/ |
| D | strerror_test.cc | 35 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()
|
| D | strerror.h | 33 std::string StrError(int errnum);
|
| D | strerror_benchmark.cc | 25 benchmark::DoNotOptimize(absl::base_internal::StrError(ERANGE)); in BM_AbslStrError()
|
| D | errno_saver_test.cc | 30 return os << absl::base_internal::StrError(ep.no) << " [" << ep.no << "]"; in operator <<()
|
| D | strerror.cc | 77 std::string StrError(int errnum) { in StrError() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | Errno.h | 26 std::string StrError(); 29 std::string StrError(int errnum);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceCompileServer.cpp | 235 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()
|
| D | IceGlobalContext.h | 186 Ostream &getStrError() { return *StrError; } in getStrError() 479 Ostream *StrError; /// Stream for logging errors. variable
|
| D | IceGlobalContext.cpp | 303 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/ |
| D | Errno.h | 27 std::string StrError(); 30 std::string StrError(int errnum);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
| D | DataStream.cpp | 79 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/ |
| D | OProfileJITEventListener.cpp | 60 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/ |
| D | Unix.h | 69 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
|
| D | Program.inc | 397 *ErrMsg = llvm::sys::StrError(ENOENT);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
| D | Unix.h | 69 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
|
| D | Program.inc | 408 *ErrMsg = llvm::sys::StrError(ENOENT);
|
| /third_party/node/src/ |
| D | cares_wrap.cc | 1838 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/ |
| D | gtest-port.h | 2045 inline const char* StrError(int errnum) { return strerror(errnum); }
|
| /third_party/node/deps/googletest/src/ |
| D | gtest-death-test.cc | 345 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
|
| /third_party/googletest/googletest/src/ |
| D | gtest-death-test.cc | 341 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
|
| /third_party/mesa3d/src/gtest/src/ |
| D | gtest-death-test.cc | 339 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
|
| /third_party/googletest/googletest/include/gtest/internal/ |
| D | gtest-port.h | 2121 inline const char* StrError(int errnum) { return strerror(errnum); }
|
| /third_party/node/deps/googletest/include/gtest/internal/ |
| D | gtest-port.h | 2167 inline const char* StrError(int errnum) { return strerror(errnum); }
|