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 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 320 std::string ErrorMsg;
322 if (Mod->MaterializeAllPermanently(&ErrorMsg)) {
324 errs() << "Reason: " << ErrorMsg << "\n";
346 builder.setErrorStr(&ErrorMsg);
403 if (!ErrorMsg.empty())
404 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/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 144 std::string ErrorMsg;
146 &ErrorMsg)) {
148 << LinkModule->getModuleIdentifier() << ErrorMsg;
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 220 std::string ErrorMsg;
225 if (Linker::LinkModules(M1, M2, Linker::DestroySource, &ErrorMsg)) {
227 << ErrorMsg << '\n';
399 std::string ErrorMsg;
401 Linker::DestroySource, &ErrorMsg)){
403 << ErrorMsg << '\n';
433 std::string ErrorMsg;
435 Linker::DestroySource, &ErrorMsg)){
437 << ErrorMsg << '\n';
613 std::string ErrorMsg;
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 132 std::string ErrorMsg;
133 if (!SlangUtils::CreateDirectoryWithParents(Path, &ErrorMsg)) {
135 Path.c_str(), ErrorMsg.c_str());
slang_rs_reflection.cpp 281 std::string &ErrorMsg) {
286 ErrorMsg))
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 665 std::string ErrorMsg;
666 if (F->Materialize(&ErrorMsg)) {
668 "' from bitcode file: " + ErrorMsg);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 408 std::string ErrorMsg;
421 ErrorMsg = Message.str();
    [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/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 379 milliseconds