HomeSort by relevance Sort by last modified time
    Searched defs:ErrorMsg (Results 1 - 13 of 13) sorted by null

  /external/llvm/utils/fpcmp/
fpcmp.cpp 35 std::string ErrorMsg;
38 AbsTolerance, RelTolerance, &ErrorMsg);
39 if (!ErrorMsg.empty())
40 errs() << argv[0] << ": " << ErrorMsg << "\n";
  /external/llvm/tools/lli/
RemoteTarget.h 28 std::string ErrorMsg;
34 StringRef getErrorMsg() const { return ErrorMsg; }
42 /// @returns False on success. On failure, ErrorMsg is updated with
52 /// @returns False on success. On failure, ErrorMsg is updated with
62 /// @returns False on success. On failure, ErrorMsg is updated with
73 /// @returns False on success. On failure, ErrorMsg is updated with
90 RemoteTarget() : ErrorMsg(""), IsRunning(false) {}
lli.cpp 319 std::string ErrorMsg;
321 if (Mod->MaterializeAllPermanently(&ErrorMsg)) {
323 errs() << "Reason: " << ErrorMsg << "\n";
334 builder.setErrorStr(&ErrorMsg);
392 if (!ErrorMsg.empty())
393 errs() << argv[0] << ": error creating EE: " << ErrorMsg << "\n";
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 15 std::string ErrorMsg;
19 ErrorMsg);
22 fprintf(stderr, "LIBCLANG TOOLING ERROR: %s\n", ErrorMsg.c_str());
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 379 def ErrorMsg(title, message):
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 144 std::string ErrorMsg;
146 &ErrorMsg)) {
148 << LinkModule->getModuleIdentifier() << ErrorMsg;
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 105 std::string ErrorMsg;
106 Directory.createDirectoryOnDisk(true, &ErrorMsg);
113 << "reason: " << ErrorMsg << '\n';
261 std::string ErrorMsg;
262 llvm::raw_fd_ostream os(H.c_str(), ErrorMsg);
264 if (!ErrorMsg.empty()) {
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 220 std::string ErrorMsg;
225 if (Linker::LinkModules(M1, M2, Linker::DestroySource, &ErrorMsg)) {
227 << ErrorMsg << '\n';
398 std::string ErrorMsg;
400 Linker::DestroySource, &ErrorMsg)){
402 << ErrorMsg << '\n';
578 std::string ErrorMsg;
580 &ErrorMsg)) {
582 << ErrorMsg << '\n';
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 665 std::string ErrorMsg;
666 if (F->Materialize(&ErrorMsg)) {
668 "' from bitcode file: " + ErrorMsg);
  /external/llvm/lib/Linker/
LinkModules.cpp 380 std::string ErrorMsg;
391 ErrorMsg = Message.str();
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 281 std::string &ErrorMsg) {
286 ErrorMsg))
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 645 milliseconds