Searched refs:ErrorMsg (Results 1 - 16 of 16) sorted by relevance

/external/llvm/utils/fpcmp/
H A Dfpcmp.cpp35 std::string ErrorMsg; local
38 AbsTolerance, RelTolerance, &ErrorMsg);
39 if (!ErrorMsg.empty())
40 errs() << argv[0] << ": " << ErrorMsg << "\n"; local
/external/llvm/tools/lli/
H A DRemoteTarget.h28 std::string ErrorMsg; member in class:llvm::RemoteTarget
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) {}
H A DRemoteTarget.cpp26 sys::MemoryBlock Mem = sys::Memory::AllocateRWX(Size, Prev, &ErrorMsg);
30 ErrorMsg = "unable to allocate sufficiently aligned memory";
40 sys::Memory::setExecutable(Mem, &ErrorMsg);
H A Dlli.cpp491 std::string ErrorMsg; local
493 if (Mod->MaterializeAllPermanently(&ErrorMsg)) {
495 errs() << "Reason: " << ErrorMsg << "\n";
506 builder.setErrorStr(&ErrorMsg);
557 if (!ErrorMsg.empty())
558 errs() << argv[0] << ": error creating EE: " << ErrorMsg << "\n"; local
/external/clang/tools/libclang/
H A DCXCompilationDatabase.cpp16 std::string ErrorMsg; local
20 ErrorMsg);
23 fprintf(stderr, "LIBCLANG TOOLING ERROR: %s\n", ErrorMsg.c_str());
/external/llvm/lib/Support/
H A DFileUtilities.cpp84 std::string *ErrorMsg) {
129 if (ErrorMsg) {
130 *ErrorMsg = "FP Comparison failed, not a numeric difference between '";
131 *ErrorMsg += F1P[0];
132 *ErrorMsg += "' and '";
133 *ErrorMsg += F2P[0];
134 *ErrorMsg += "'";
150 if (ErrorMsg) {
151 raw_string_ostream(*ErrorMsg)
81 CompareNumbers(const char *&F1P, const char *&F2P, const char *F1End, const char *F2End, double AbsTolerance, double RelTolerance, std::string *ErrorMsg) argument
/external/llvm/include/llvm/
H A DLinker.h252 std::string* ErrorMsg = 0 /// Error/diagnostic string
254 return LinkModules(Composite, Src, Linker::DestroySource, ErrorMsg );
264 /// returns true and ErrorMsg is set to a descriptive message about the
269 std::string* ErrorMsg);
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp104 std::string ErrorMsg; local
105 Directory.createDirectoryOnDisk(true, &ErrorMsg);
112 << "reason: " << ErrorMsg << '\n';
260 std::string ErrorMsg; local
261 llvm::raw_fd_ostream os(H.c_str(), ErrorMsg);
263 if (!ErrorMsg.empty()) {
/external/llvm/lib/Archive/
H A DArchiveReader.cpp364 Archive::loadSymbolTable(std::string* ErrorMsg) { argument
373 if (!checkSignature(ErrorMsg))
380 ArchiveMember* mbr = parseMemberHeader(At, End, ErrorMsg);
393 mbr = parseMemberHeader(At, End, ErrorMsg);
409 mbr = parseMemberHeader(At, End, ErrorMsg);
418 if (!parseSymbolTable(mbr->getData(), mbr->getSize(), ErrorMsg)) {
/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp220 std::string ErrorMsg; local
225 if (Linker::LinkModules(M1, M2, Linker::DestroySource, &ErrorMsg)) {
227 << ErrorMsg << '\n';
398 std::string ErrorMsg; local
400 Linker::DestroySource, &ErrorMsg)){
402 << ErrorMsg << '\n';
578 std::string ErrorMsg; local
580 &ErrorMsg)) {
582 << ErrorMsg << '\n';
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp1562 class ErrorMsg : public QMessageBox { class in inherits:QMessageBox
1564 ErrorMsg(QWidget *parent, DWORD last_err = GetLastError());
1570 ErrorMsg::ErrorMsg(QWidget *parent, DWORD last_err) : function in class:ErrorMsg
1577 void ErrorMsg::showMsg(QString msg)
1603 ErrorMsg(this).showMsg("OpenSCManager failed");
1609 ErrorMsg(this).showMsg("OpenService failed");
1615 ErrorMsg(this).showMsg("Failed to start wpa_supplicant "
1631 ErrorMsg(this).showMsg("OpenSCManager failed");
1637 ErrorMsg(thi
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp1590 class ErrorMsg : public QMessageBox { class in inherits:QMessageBox
1592 ErrorMsg(QWidget *parent, DWORD last_err = GetLastError());
1598 ErrorMsg::ErrorMsg(QWidget *parent, DWORD last_err) : function in class:ErrorMsg
1605 void ErrorMsg::showMsg(QString msg)
1631 ErrorMsg(this).showMsg(tr("OpenSCManager failed"));
1637 ErrorMsg(this).showMsg(tr("OpenService failed"));
1643 ErrorMsg(this).showMsg(tr("Failed to start wpa_supplicant "
1659 ErrorMsg(this).showMsg(tr("OpenSCManager failed"));
1665 ErrorMsg(thi
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp142 std::string ErrorMsg; local
144 &ErrorMsg)) {
146 << LinkModule->getModuleIdentifier() << ErrorMsg;
/external/llvm/lib/Linker/
H A DLinkModules.cpp380 std::string ErrorMsg; member in class:__anon8775::ModuleLinker
391 ErrorMsg = Message.str();
1245 if (SF->Materialize(&ErrorMsg))
1284 if (SF->Materialize(&ErrorMsg))
1327 /// error occurs, true is returned and ErrorMsg (if not null) is set to indicate
1331 std::string *ErrorMsg) {
1334 if (ErrorMsg) *ErrorMsg = TheLinker.ErrorMsg;
1330 LinkModules(Module *Dest, Module *Src, unsigned Mode, std::string *ErrorMsg) argument
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp664 std::string ErrorMsg; local
665 if (F->Materialize(&ErrorMsg)) {
667 "' from bitcode file: " + ErrorMsg);
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py379 def ErrorMsg(title, message): function

Completed in 5419 milliseconds