HomeSort by: relevance | last modified time | path
    Searched defs:ErrorMessage (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
TextAPIContext.h 24 std::string ErrorMessage;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
CommonOptionsParser.cpp 109 std::string ErrorMessage;
111 FixedCompilationDatabase::loadFromCommandLine(argc, argv, ErrorMessage);
112 if (!ErrorMessage.empty())
113 ErrorMessage.append("\n");
114 llvm::raw_string_ostream OS(ErrorMessage);
118 return llvm::make_error<llvm::StringError>(ErrorMessage,
131 CompilationDatabase::autoDetectFromDirectory(BuildPath, ErrorMessage);
134 ErrorMessage);
138 << ErrorMessage << "Running without flags.\n";
  /src/external/apache2/llvm/dist/clang/tools/clang-diff/
ClangDiff.cpp 89 std::string ErrorMessage;
93 BuildPath.empty() ? Filename : BuildPath, ErrorMessage);
98 << ErrorMessage;
444 std::string ErrorMessage;
446 FixedCompilationDatabase::loadFromCommandLine(argc, argv, ErrorMessage);
447 if (!CommonCompilations && !ErrorMessage.empty())
448 llvm::errs() << ErrorMessage;
  /src/external/apache2/llvm/dist/clang/tools/clang-refactor/
TestSupport.cpp 184 std::string ErrorMessage;
189 [&](StringError &Err) { ErrorMessage = Err.getMessage(); },
194 ErrorMessage = std::string(DiagText);
201 CanonicalErrorMessage = std::move(ErrorMessage);
208 if (!HasResult && ErrorMessage == *CanonicalErrorMessage)
228 llvm::errs() << "error '" << ErrorMessage << "'";
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
target_ocaml.c 303 char *ErrorMessage;
307 Int_val(FileType), &ErrorMessage)) {
308 llvm_raise(*caml_named_value("Llvm_target.Error"), ErrorMessage);
319 char *ErrorMessage;
323 Int_val(FileType), &ErrorMessage,
325 llvm_raise(*caml_named_value("Llvm_target.Error"), ErrorMessage);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
SourcePrinter.cpp 375 std::string ErrorMessage;
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
AMDGPU.cpp 741 std::string ErrorMessage;
744 /*MemoryLimit*/ 0, &ErrorMessage)) {
746 ErrorMessage = "Exited with error code " + std::to_string(Result);
748 ErrorMessage = "Execute failed: " + ErrorMessage;
750 ErrorMessage = "Crashed: " + ErrorMessage;
754 Program + ": " + ErrorMessage);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
JSON.h 619 llvm::StringLiteral ErrorMessage;
625 Root(llvm::StringRef Name = "") : Name(Name), ErrorMessage("") {}

Completed in 161 milliseconds