Home
last modified time | relevance | path

Searched refs:ErrorStream (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Tooling/
DCompilationDatabase.cpp40 std::stringstream ErrorStream; in loadFromDirectory() local
50 ErrorStream << It->getName() << ": " << DatabaseErrorMessage << "\n"; in loadFromDirectory()
52 ErrorMessage = ErrorStream.str(); in loadFromDirectory()
59 std::stringstream ErrorStream; in findCompilationDatabaseFromDirectory() local
69 ErrorStream << "No compilation database found in " << Directory.str() in findCompilationDatabaseFromDirectory()
76 ErrorMessage = ErrorStream.str(); in findCompilationDatabaseFromDirectory()
/external/swiftshader/third_party/subzero/src/
DIceBrowserCompileServer.h79 StringStream &getErrorStream() { return *ErrorStream; } in getErrorStream()
103 std::unique_ptr<StringStream> ErrorStream; variable
DIceBrowserCompileServer.cpp305 ErrorStream = std::move(ErrStrm); in startCompileThread()
308 &ErrorStream->getStream(), ELFStream.get())); in startCompileThread()
/external/ImageMagick/Magick++/lib/
DException.cpp319 Magick::ErrorStream::ErrorStream(const std::string& what_) in ErrorStream() function in Magick::ErrorStream
324 Magick::ErrorStream::ErrorStream(const std::string& what_,Exception *nested_) in ErrorStream() function in Magick::ErrorStream
329 Magick::ErrorStream::~ErrorStream() throw() in ~ErrorStream()
788 return new ErrorStream(message); in createException()
964 throw ErrorStream(message,nestedException); in throwException()
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDDisassembler.cpp148 ErrorStream(nulls()), in EDDisassembler()
249 ErrorStream, nulls()); in createInst()
345 diag.Print("", disassembler->ErrorStream); in diag_handler()
DEDDisassembler.h132 llvm::raw_ostream &ErrorStream; member
/external/ImageMagick/Magick++/lib/Magick++/
DException.h200 class MagickPPExport ErrorStream: public Error
203 explicit ErrorStream(const std::string& what_);
204 explicit ErrorStream(const std::string& what_,Exception *nested_);
205 ~ErrorStream() throw();
/external/ImageMagick/Magick++/
DChangeLog125 ErrorRegistry, WarningRegistry, ErrorStream, WarningStream,