Home
last modified time | relevance | path

Searched defs:StrError (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DErrno.cpp31 std::string StrError() { in StrError() function
36 std::string StrError(int errnum) { in StrError() function
/external/llvm-project/llvm/lib/Support/
DErrno.cpp31 std::string StrError() { in StrError() function
36 std::string StrError(int errnum) { in StrError() function
/external/llvm/lib/Support/
DErrno.cpp32 std::string StrError() { in StrError() function
37 std::string StrError(int errnum) { in StrError() function
DDataStream.cpp78 llvm::getDataFileStreamer(const std::string &Filename, std::string *StrError) { in getDataFileStreamer()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DErrno.cpp32 std::string StrError() { in StrError() function
37 std::string StrError(int errnum) { in StrError() function
/external/swiftshader/third_party/subzero/pnacl-llvm/
DDataStream.cpp79 llvm::getDataFileStreamer(const std::string &Filename, std::string *StrError) { in getDataFileStreamer()
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dstrerror.cc78 std::string StrError(int errnum) { in StrError() function
/external/angle/third_party/abseil-cpp/absl/base/internal/
Dstrerror.cc77 std::string StrError(int errnum) { in StrError() function
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dstrerror.cc78 std::string StrError(int errnum) { in StrError() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dstrerror.cc78 std::string StrError(int errnum) { in StrError() function
/external/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp235 std::string StrError; in run() local
DIceGlobalContext.h479 Ostream *StrError; /// Stream for logging errors. variable
/external/fmtlib/test/
Dformat-impl-test.cc343 TEST(FormatTest, StrError) { in TEST() argument