Searched refs:ErrorStream (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Tooling/ |
D | CompilationDatabase.cpp | 40 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/ |
D | IceBrowserCompileServer.h | 79 StringStream &getErrorStream() { return *ErrorStream; } in getErrorStream() 103 std::unique_ptr<StringStream> ErrorStream; variable
|
D | IceBrowserCompileServer.cpp | 305 ErrorStream = std::move(ErrStrm); in startCompileThread() 308 &ErrorStream->getStream(), ELFStream.get())); in startCompileThread()
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 319 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/ |
D | EDDisassembler.cpp | 148 ErrorStream(nulls()), in EDDisassembler() 249 ErrorStream, nulls()); in createInst() 345 diag.Print("", disassembler->ErrorStream); in diag_handler()
|
D | EDDisassembler.h | 132 llvm::raw_ostream &ErrorStream; member
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Exception.h | 200 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++/ |
D | ChangeLog | 125 ErrorRegistry, WarningRegistry, ErrorStream, WarningStream,
|