Home
last modified time | relevance | path

Searched defs:getMessage (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h71 const std::string &getMessage() const { return Msg; } in getMessage() function
/freebsd-src/contrib/opencsd/decoder/include/common/
H A Docsd_error.h75 …const std::string &getMessage() const { return m_err_message; }; /**< Get custom error message … in getMessage() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSymbolRemappingReader.h84 StringRef getMessage() const { return Message; } in getMessage() function
H A DInstrProf.h389 const std::string &getMessage() const { return Msg; } getMessage() function
/freebsd-src/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp123 const char *getMessage() const { return Err ? Err->c_str() : nullptr; }; in getMessage() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h311 StringRef getMessage() const { return Message; } in getMessage() function
H A DError.h1234 const std::string &getMessage() const { return Msg; } getMessage() function
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp352 syntax::Expression *syntax::StaticAssertDeclaration::getMessage() { in getMessage() function in syntax::StaticAssertDeclaration
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h505 StringRef getMessage() const { return Diagnostic.getMessage(); } in getMessage() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1030 const Twine &getMessage() const { return Msg; } in getMessage() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1719 StringRef getMessage() const { return Message; } in getMessage() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h94 const std::string &getMessage() const { return Msg; } in getMessage() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4077 Expr *getMessage() { return Message; } getMessage() function
4078 const Expr *getMessage() const { return Message; } getMessage() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp288 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ getMessage() function in StackHintGeneratorForSymbol
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp8289 std::string AssertionResult::getMessage() const { in getMessage() function in Catch::AssertionResult