Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DError.h89 using ErrorStream = angle::ErrorStreamBase<Error, EGLint, EGL_SUCCESS, EGLint, EnumT>; variable
93 using EglBadAccess = priv::ErrorStream<EGL_BAD_ACCESS>;
94 using EglBadAlloc = priv::ErrorStream<EGL_BAD_ALLOC>;
95 using EglBadAttribute = priv::ErrorStream<EGL_BAD_ATTRIBUTE>;
96 using EglBadConfig = priv::ErrorStream<EGL_BAD_CONFIG>;
97 using EglBadContext = priv::ErrorStream<EGL_BAD_CONTEXT>;
98 using EglBadCurrentSurface = priv::ErrorStream<EGL_BAD_CURRENT_SURFACE>;
99 using EglBadDevice = priv::ErrorStream<EGL_BAD_DEVICE_EXT>;
100 using EglBadDisplay = priv::ErrorStream<EGL_BAD_DISPLAY>;
101 using EglBadMatch = priv::ErrorStream<EGL_BAD_MATCH>;
[all …]
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.cpp36 : State(&State), ErrorStream(LastError), in YamlContext()
73 ErrorStream << "Unknown Instruction: '" << String << "'\n"; in deserializeMCInst()
86 std::string &getLastError() { return ErrorStream.str(); } in getLastError()
88 raw_string_ostream &getErrorStream() { return ErrorStream; } in getErrorStream()
96 ErrorStream << "No register with enum value '" << RegNo << "'\n"; in getRegName()
104 ErrorStream << "No register with name '" << RegName << "'\n"; in getRegNo()
155 ErrorStream << "Unknown Operand: '" << String << "'\n"; in deserializeMCOperand()
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()
170 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()
176 raw_string_ostream ErrorStream; member
DSnippetFile.cpp141 raw_string_ostream ErrorStream(Error); in readSnippets() local
142 formatted_raw_ostream InstPrinterOStream(ErrorStream); in readSnippets()
/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/llvm-project/clang/lib/Tooling/
DCompilationDatabase.cpp66 llvm::raw_string_ostream ErrorStream(ErrorMessage); in loadFromDirectory() local
74 ErrorStream << Database.getName() << ": " << DatabaseErrorMessage << "\n"; in loadFromDirectory()
82 std::stringstream ErrorStream; in findCompilationDatabaseFromDirectory() local
92 ErrorStream << "No compilation database found in " << Directory.str() in findCompilationDatabaseFromDirectory()
99 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.cpp318 Magick::ErrorStream::ErrorStream(const std::string& what_) in ErrorStream() function in Magick::ErrorStream
323 Magick::ErrorStream::ErrorStream(const std::string& what_,Exception *nested_) in ErrorStream() function in Magick::ErrorStream
328 Magick::ErrorStream::~ErrorStream() throw() in ~ErrorStream()
787 return new ErrorStream(message); in createException()
970 throw ErrorStream(message,nestedException); in throwException()
/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++/
DChangeLog129 ErrorRegistry, WarningRegistry, ErrorStream, WarningStream,