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

  /external/llvm/utils/fpcmp/
fpcmp.cpp 35 std::string ErrorMsg;
37 &ErrorMsg);
38 if (!ErrorMsg.empty())
39 errs() << argv[0] << ": " << ErrorMsg << "\n";
  /external/llvm/tools/lli/
RemoteTarget.h 34 std::string ErrorMsg;
37 StringRef getErrorMsg() const { return ErrorMsg; }
45 /// @returns True on success. On failure, ErrorMsg is updated with
69 /// @returns True on success. On failure, ErrorMsg is updated with
81 /// @returns True on success. On failure, ErrorMsg is updated with
94 /// @returns True on success. On failure, ErrorMsg is updated with
112 RemoteTarget() : IsRunning(false), ErrorMsg("") {}
lli.cpp 436 std::string ErrorMsg;
443 builder.setErrorStr(&ErrorMsg);
500 if (!ErrorMsg.empty())
501 errs() << argv[0] << ": error creating EE: " << ErrorMsg << "\n";
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 16 std::string ErrorMsg;
20 ErrorMsg);
23 fprintf(stderr, "LIBCLANG TOOLING ERROR: %s\n", ErrorMsg.c_str());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler.h 50 char * ErrorMsg;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler.h 50 char * ErrorMsg;
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 379 def ErrorMsg(title, message):
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 152 std::string ErrorMsg;
154 &ErrorMsg)) {
156 << LinkModule->getModuleIdentifier() << ErrorMsg;
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 512 std::string ErrorMsg;
513 if (F->Materialize(&ErrorMsg)) {
515 "' from bitcode file: " + ErrorMsg);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 78 : Value(0), ErrorMsg("") {}
80 : Value(Value), ErrorMsg("") {}
81 EvalResult(std::string ErrorMsg)
82 : Value(0), ErrorMsg(ErrorMsg) {}
84 bool hasError() const { return ErrorMsg != ""; }
85 const std::string& getErrorMsg() const { return ErrorMsg; }
88 std::string ErrorMsg;
112 std::string ErrorMsg("Encountered unexpected token '");
113 ErrorMsg += getTokenForError(TokenStart)
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 221 std::string ErrorMsg;
226 if (Linker::LinkModules(M1, M2, Linker::DestroySource, &ErrorMsg)) {
228 << ErrorMsg << '\n';
400 std::string ErrorMsg;
402 Linker::DestroySource, &ErrorMsg)){
404 << ErrorMsg << '\n';
434 std::string ErrorMsg;
436 Linker::DestroySource, &ErrorMsg)){
438 << ErrorMsg << '\n';
614 std::string ErrorMsg;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 412 std::string ErrorMsg;
426 ErrorMsg = Message.str();
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 317 std::string &ErrorMsg) {
319 ErrorMsg))
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 99 void ErrorMsg(const char *, int,const char *, ...);
760 ErrorMsg(lemp->filename,0,
778 ErrorMsg(lemp->filename,0,
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 714 milliseconds