/llvm-project/polly/lib/Analysis/ |
H A D | ScopDetectionDiagnostic.cpp | 207 std::string ReportInvalidTerminator::getMessage() const { getMessage() function in polly::ReportInvalidTerminator 228 std::string ReportUnreachableInExit::getMessage() const { getMessage() function in polly::ReportUnreachableInExit 256 std::string ReportIndirectPredecessor::getMessage() const { getMessage() function in polly::ReportIndirectPredecessor 285 std::string ReportIrreducibleRegion::getMessage() const { getMessage() function in polly::ReportIrreducibleRegion 317 std::string ReportUndefCond::getMessage() const { getMessage() function in polly::ReportUndefCond 332 std::string ReportInvalidCond::getMessage() const { getMessage() function in polly::ReportInvalidCond 348 std::string ReportUndefOperand::getMessage() const { getMessage() function in polly::ReportUndefOperand 363 std::string ReportNonAffBranch::getMessage() const { getMessage() function in polly::ReportNonAffBranch 379 std::string ReportNoBasePtr::getMessage() const { return "No base pointer"; } getMessage() function in polly::ReportNoBasePtr 394 std::string ReportUndefBasePtr::getMessage() const { getMessage() function in polly::ReportUndefBasePtr 413 std::string ReportVariantBasePtr::getMessage() const { getMessage() function in polly::ReportVariantBasePtr 436 std::string ReportDifferentArrayElementSize::getMessage() const { getMessage() function in polly::ReportDifferentArrayElementSize 463 std::string ReportNonAffineAccess::getMessage() const { getMessage() function in polly::ReportNonAffineAccess 488 std::string ReportLoopBound::getMessage() const { getMessage() function in polly::ReportLoopBound 512 std::string ReportLoopHasNoExit::getMessage() const { getMessage() function in polly::ReportLoopHasNoExit 537 std::string ReportLoopHasMultipleExits::getMessage() const { getMessage() function in polly::ReportLoopHasMultipleExits 562 std::string ReportLoopOnlySomeLatches::getMessage() const { getMessage() function in polly::ReportLoopOnlySomeLatches 588 std::string ReportFuncCall::getMessage() const { getMessage() function in polly::ReportFuncCall 619 std::string ReportNonSimpleMemoryAccess::getMessage() const { getMessage() function in polly::ReportNonSimpleMemoryAccess 679 std::string ReportAlias::getMessage() const { getMessage() function in polly::ReportAlias 699 std::string ReportOther::getMessage() const { return "Unknown reject reason"; } getMessage() function in polly::ReportOther 719 std::string ReportIntToPtr::getMessage() const { getMessage() function in polly::ReportIntToPtr 741 std::string ReportAlloca::getMessage() const { getMessage() function in polly::ReportAlloca 765 std::string ReportUnknownInst::getMessage() const { getMessage() function in polly::ReportUnknownInst 787 std::string ReportEntry::getMessage() const { getMessage() function in polly::ReportEntry 813 std::string ReportUnprofitable::getMessage() const { getMessage() function in polly::ReportUnprofitable [all...] |
/llvm-project/mlir/test/lib/Dialect/Transform/ |
H A D | TestTransformStateExtension.h | 30 StringRef getMessage() const { return message.getValue(); } in getMessage() function
|
H A D | TestTransformDialectExtension.cpp | 58 Attribute getMessage() { in getMessage() function in __anonbf2bd64a0111::TestTransformOp
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | Error.h | 71 const std::string &getMessage() const { return Msg; } in getMessage() function
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceScriptParser.h | 45 const std::string &getMessage() const { return CurMessage; } in getMessage() function
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SymbolRemappingReader.h | 84 StringRef getMessage() const { return Message; } in getMessage() function
|
H A D | InstrProf.h | 410 const std::string &getMessage() const { return Msg; } getMessage() function
|
/llvm-project/mlir/include/mlir/Dialect/Transform/Utils/ |
H A D | DiagnosedSilenceableFailure.h | 89 std::string getMessage() const { in getMessage() function
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Diagnostic.h | 37 StringRef getMessage() const { return message; } in getMessage() function
|
/llvm-project/llvm/lib/Remarks/ |
H A D | RemarkParser.cpp | 123 const char *getMessage() const { return Err ? Err->c_str() : nullptr; }; in getMessage() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 311 StringRef getMessage() const { return Message; } in getMessage() function
|
H A D | Error.h | 1276 const std::string &getMessage() const { return Msg; } getMessage() function
|
/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Nodes.cpp | 352 syntax::Expression *syntax::StaticAssertDeclaration::getMessage() { in getMessage() function in syntax::StaticAssertDeclaration
|
/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 505 StringRef getMessage() const { return Diagnostic.getMessage(); } in getMessage() function
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 476 std::string StateUpdateReporter::getMessage(PathSensitiveBugReport &BR) const { in getMessage() function in StateUpdateReporter
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinaryContext.h | 162 const std::string &getMessage() const { return Msg; } getMessage() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 1030 const Twine &getMessage() const { return Msg; } getMessage() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 1719 StringRef getMessage() const { return Message; } getMessage() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 4084 Expr *getMessage() { return Message; } getMessage() function 4085 const Expr *getMessage() const { return Message; } getMessage() function
|
/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 94 const std::string &getMessage() const { return Msg; } getMessage() function
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 298 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage() function in StackHintGeneratorForSymbol
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRCore.cpp | 981 py::str PyDiagnostic::getMessage() { getMessage() function in PyDiagnostic
|