Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DErrno.cpp33 std::string StrError() { in StrError() function
38 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.cpp78 llvm::getDataFileStreamer(const std::string &Filename, std::string *StrError) { in getDataFileStreamer()
/external/fmtlib/test/
Dformat-impl-test.cc62 TEST(FormatTest, StrError) { in TEST() argument
/external/fmtlib/fmt/
Dformat.cc125 class StrError { in safe_strerror() class
132 void operator=(const StrError &) {} in safe_strerror()
169 StrError(int err_code, char *&buf, std::size_t buf_size) in safe_strerror() function in fmt::__anon46974b700111::safe_strerror::StrError
/external/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp233 std::string StrError; in run() local
DIceGlobalContext.h554 Ostream *StrError; /// Stream for logging errors. variable