Home
last modified time | relevance | path

Searched refs:getMsg (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDiagnosticInfo.cpp98 DP << getMsg(); in print()
104 DP << getMsg(); in print()
242 DP << getLocationStr() << ": " << getMsg(); in print()
393 std::string DiagnosticInfoOptimizationBase::getMsg() const { in getMsg() function in DiagnosticInfoOptimizationBase
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dwpamsg.h23 QString getMsg() const { return msg; } in getMsg() function
H A Deventhistory.cpp120 msg.getMsg()); in addEvent()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h309 const Twine &getMsg() const { return Msg; } in getMsg() function
338 const Twine &getMsg() const { return Msg; } in getMsg() function
476 std::string getMsg() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp239 report_fatal_error(R.getMsg()); in reportGISelDiagnostic()
H A DIRTranslator.cpp115 report_fatal_error(R.getMsg()); in INITIALIZE_PASS_DEPENDENCY()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp676 MsgStream << D.getMsg(); in EmitOptimizationMessage()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2220 OS.indent(Depth) << "Report: " << Report->getMsg() << "\n"; in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp693 report_fatal_error(R.getMsg()); in reportFastISelFailure()