Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileUtilities.cpp89 std::string *ErrorMsg) { in CompareNumbers()
134 if (ErrorMsg) { in CompareNumbers()
135 *ErrorMsg = "FP Comparison failed, not a numeric difference between '"; in CompareNumbers()
136 *ErrorMsg += F1P[0]; in CompareNumbers()
137 *ErrorMsg += "' and '"; in CompareNumbers()
138 *ErrorMsg += F2P[0]; in CompareNumbers()
139 *ErrorMsg += "'"; in CompareNumbers()
155 if (ErrorMsg) { in CompareNumbers()
156 raw_string_ostream(*ErrorMsg) in CompareNumbers()
86 CompareNumbers(const char *&F1P, const char *&F2P, const char *F1End, const char *F2End, double AbsTolerance, double RelTolerance, std::string *ErrorMsg) CompareNumbers() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp99 EvalResult() : Value(0), ErrorMsg("") {} in EvalResult()
100 EvalResult(uint64_t Value) : Value(Value), ErrorMsg("") {} in EvalResult()
101 EvalResult(std::string ErrorMsg) in EvalResult() argument
102 : Value(0), ErrorMsg(std::move(ErrorMsg)) {} in EvalResult()
104 bool hasError() const { return ErrorMsg != ""; } in hasError()
105 const std::string &getErrorMsg() const { return ErrorMsg; } in getErrorMsg()
109 std::string ErrorMsg; member in llvm::RuntimeDyldCheckerExprEval::EvalResult
132 std::string ErrorMsg("Encountered unexpected token '"); in unexpectedToken()
133 ErrorMsg in unexpectedToken()
354 std::string ErrorMsg = ""; evalStubOrGOTAddr() local
391 std::string ErrorMsg = ""; evalSectionAddr() local
[all...]
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerExtFunctionsDlsym.cpp29 const char *ErrorMsg = dlerror(); in GetFnPtr() local
31 if (ErrorMsg) in GetFnPtr()
32 Printf(" Reason %s.", ErrorMsg); in GetFnPtr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DLockFileManager.h92 void setError(const std::error_code &EC, StringRef ErrorMsg = "") { in setError()
94 ErrorDiagMsg = ErrorMsg.str(); in setError()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.c54 free(c->ErrorMsg); in rc_destroy()
75 if (!c->ErrorMsg) { in rc_error()
85 c->ErrorMsg = strdup(buf); in rc_error()
87 c->ErrorMsg = malloc(written + 1); in rc_error()
90 vsnprintf(c->ErrorMsg, written + 1, fmt, ap); in rc_error()
H A Dradeon_compiler.h50 char * ErrorMsg; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp1754 class ErrorMsg : public QMessageBox { class
1756 ErrorMsg(QWidget *parent, DWORD last_err = GetLastError());
1762 ErrorMsg::ErrorMsg(QWidget *parent, DWORD last_err) : in ErrorMsg() function in ErrorMsg
1769 void ErrorMsg::showMsg(QString msg) in showMsg()
1795 ErrorMsg(this).showMsg(tr("OpenSCManager failed")); in startService()
1801 ErrorMsg(this).showMsg(tr("OpenService failed")); in startService()
1807 ErrorMsg(this).showMsg(tr("Failed to start wpa_supplicant " in startService()
1823 ErrorMsg(this).showMsg(tr("OpenSCManager failed")); in stopService()
1829 ErrorMsg(thi in stopService()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp1769 class ErrorMsg : public QMessageBox { class
1771 ErrorMsg(QWidget *parent, DWORD last_err = GetLastError());
1777 ErrorMsg::ErrorMsg(QWidget *parent, DWORD last_err) : in ErrorMsg() function in ErrorMsg
1784 void ErrorMsg::showMsg(QString msg) in showMsg()
1810 ErrorMsg(this).showMsg(tr("OpenSCManager failed")); in startService()
1816 ErrorMsg(this).showMsg(tr("OpenService failed")); in startService()
1822 ErrorMsg(this).showMsg(tr("Failed to start wpa_supplicant " in startService()
1838 ErrorMsg(this).showMsg(tr("OpenSCManager failed")); in stopService()
1844 ErrorMsg(thi in stopService()
[all...]
/third_party/lzma/CPP/7zip/UI/Console/
H A Dmakefile23 $O\ErrorMsg.obj \
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H A Dmakefile37 $O\ErrorMsg.obj \
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A Dmakefile30 $O\ErrorMsg.obj \
/third_party/lzma/CPP/7zip/Bundles/Alone7z/
H A Dmakefile31 $O\ErrorMsg.obj \
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
H A Dmakefile37 $O\ErrorMsg.obj \
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs.c243 " skipped.\n", compiler.Base.ErrorMsg); in r300_translate_vertex_shader()
H A Dr300_fs.c503 " instead.\n", compiler.Base.ErrorMsg); in r300_translate_fragment_shader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp346 // a ReportError lambda: [StartOffset](const char *ErrorMsg).
348 const char *ErrorMsg) {
351 OS << format(ErrorMsg, StartOffset);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h219 createOrcMCJITReplacement(std::string *ErrorMsg, in createOrcMCJITReplacement() argument
/third_party/lzma/CPP/7zip/
H A D7zip_gcc.mak320 $O/ErrorMsg.o: ../../../Windows/ErrorMsg.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp341 bool reportParseError(Twine ErrorMsg);
342 bool reportParseError(SMLoc Loc, Twine ErrorMsg);
6786 bool MipsAsmParser::reportParseError(Twine ErrorMsg) { in reportParseError() argument
6788 return Error(Loc, ErrorMsg); in reportParseError()
6791 bool MipsAsmParser::reportParseError(SMLoc Loc, Twine ErrorMsg) { in reportParseError() argument
6792 return Error(Loc, ErrorMsg); in reportParseError()

Completed in 23 milliseconds