HomeSort by relevance Sort by last modified time
    Searched refs:ErrorStream (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Tooling/
CompilationDatabase.cpp 40 std::stringstream ErrorStream;
50 ErrorStream << It->getName() << ": " << DatabaseErrorMessage << "\n";
52 ErrorMessage = ErrorStream.str();
59 std::stringstream ErrorStream;
69 ErrorStream << "No compilation database found in " << Directory.str()
76 ErrorMessage = ErrorStream.str();
  /frameworks/compile/libbcc/lib/
Source.cpp 180 llvm::raw_string_ostream ErrorStream(ErrorInfo);
182 if (llvm::verifyModule(pModule, &ErrorStream)) {
184 ErrorStream.str().c_str());
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDDisassembler.cpp 148 ErrorStream(nulls()),
249 ErrorStream, nulls());
345 diag.Print("", disassembler->ErrorStream);
EDDisassembler.h 132 llvm::raw_ostream &ErrorStream;
  /external/ImageMagick/Magick++/lib/Magick++/
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++/lib/
Exception.cpp 319 Magick::ErrorStream::ErrorStream(const std::string& what_)
324 Magick::ErrorStream::ErrorStream(const std::string& what_,Exception *nested_)
329 Magick::ErrorStream::~ErrorStream() throw()
788 return new ErrorStream(message);
964 throw ErrorStream(message,nestedException);

Completed in 225 milliseconds