Searched defs:StrError (Results 1 – 8 of 8) sorted by relevance
32 std::string StrError() { in StrError() function37 std::string StrError(int errnum) { in StrError() function
31 std::string StrError() { in StrError() function36 std::string StrError(int errnum) { in StrError() function
25 std::string StrError(int err) { return strerror(err); } in StrError() function
79 llvm::getDataFileStreamer(const std::string &Filename, std::string *StrError) { in getDataFileStreamer()
77 std::string StrError(int errnum) { in StrError() function
235 std::string StrError; in run() local
479 Ostream *StrError; /// Stream for logging errors. variable
612 TEST_F(LibraryTest, StrError) { in TEST_F() argument