Searched refs:getMessage (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DError.h50 const std::string &getMessage() const { return Msg; } function in class:lld::GenericError
54 return make_dynamic_error_code(getMessage());
/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Docsd_error.h75 const std::string &getMessage() const { return m_err_message; }; /**< Get custom error message */ function in class:ocsdError
102 this->m_err_message = p_err->getMessage();
/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Docsd_error.cpp158 setMessage(pError->getMessage());
167 setMessage(Error.getMessage());
228 oss << error.getMessage();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h72 const std::string &getMessage() const { return Msg; } function in class:llvm::object::GenericBinaryError
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h83 StringRef getMessage() const { return Message; } function in class:llvm::SymbolRemappingParseError
H A DSourceMgr.h276 StringRef getMessage() const { return Message; } function in class:llvm::SMDiagnostic
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp93 EmitString(o, D.getMessage()) << '\n';
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp123 const char *getMessage() const { return Err ? Err->c_str() : nullptr; }; function in struct:__anon3776::CParser
170 return unwrap(Parser)->getMessage();
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java643 System.err.printf("dtrace: %s\n", de.getMessage());
649 System.err.printf("dtrace: %s\n", ce.getMessage());
1027 c, e.getMessage());
1030 c, g.getOptarg(), e.getMessage());
1034 System.err.printf("dtrace: %s\n", e.getMessage());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h84 virtual std::string getMessage(const ExplodedNode *N) = 0;
104 std::string getMessage(const ExplodedNode *N) override;
528 return I->second->getMessage(N);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp466 StringRef Message = D.getMessage();
651 MsgStream << D.getMessage();
1098 StringRef Msg = Err.getMessage();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp248 E->getMessage());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp562 if (!A->getMessage().empty()) {
564 HintMessage += A->getMessage();
638 ResultMessage = std::string(Deprecated->getMessage());
646 *Message = std::string(Unavailable->getMessage());
H A DODRHash.cpp317 AddStmt(D->getMessage());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp144 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h499 Visit(D->getMessage());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp493 return createStringError(YIn.error(), GeneratedDiag.getMessage());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp386 WithColor::error() << E.getMessage() << '\n';
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp631 Twine("bad relocation (") + GE->getMessage()
667 Twine("bad relocation (") + GE->getMessage()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h460 return serializeSeq(C, SE.getMessage());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1010 const Twine &getMessage() const { return Msg; } function in class:llvm::DiagnosticInfoUnsupported
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp196 TheParser.Diag(Loc, diag::err_inline_ms_asm_parsing) << D.getMessage();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1499 StringRef getMessage() const { return Message; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp494 Diagnostic Info(this, storedDiag.getMessage());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp524 errs() << SE.getMessage() << "\n";

Completed in 399 milliseconds

12