Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/Support/
DErrno.cpp32 std::string StrError() { in StrError() function
37 std::string StrError(int errnum) { in StrError() function
/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/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp233 std::string StrError; in run() local
DIceGlobalContext.h485 Ostream *StrError; /// Stream for logging errors. variable
/external/fmtlib/test/
Dformat-impl-test.cc360 TEST(FormatTest, StrError) { in TEST() argument