HomeSort by: relevance | last modified time | path
    Searched refs:ErrorStream (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkResult.cpp 36 : State(&State), ErrorStream(LastError),
73 ErrorStream << "Unknown Instruction: '" << String << "'\n";
86 std::string &getLastError() { return ErrorStream.str(); }
88 raw_string_ostream &getErrorStream() { return ErrorStream; }
96 ErrorStream << "No register with enum value '" << RegNo << "'\n";
104 ErrorStream << "No register with name '" << RegName << "'\n";
155 ErrorStream << "Unknown Operand: '" << String << "'\n";
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n";
170 ErrorStream << "No opcode with name '" << InstrName << "'\n";
176 raw_string_ostream ErrorStream;
    [all...]
SnippetFile.cpp 143 raw_string_ostream ErrorStream(Error);
144 formatted_raw_ostream InstPrinterOStream(ErrorStream);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
CompilationDatabase.cpp 66 llvm::raw_string_ostream ErrorStream(ErrorMessage);
74 ErrorStream << Database.getName() << ": " << DatabaseErrorMessage << "\n";
82 std::stringstream ErrorStream;
92 ErrorStream << "No compilation database found in " << Directory.str()
99 ErrorMessage = ErrorStream.str();

Completed in 73 milliseconds