Home
last modified time | relevance | path

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

/llvm-project/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp207 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 DTestTransformStateExtension.h30 StringRef getMessage() const { return message.getValue(); } in getMessage() function
H A DTestTransformDialectExtension.cpp58 Attribute getMessage() { in getMessage() function in __anonbf2bd64a0111::TestTransformOp
/llvm-project/llvm/include/llvm/Object/
H A DError.h71 const std::string &getMessage() const { return Msg; } in getMessage() function
/llvm-project/llvm/tools/llvm-rc/
H A DResourceScriptParser.h45 const std::string &getMessage() const { return CurMessage; } in getMessage() function
/llvm-project/llvm/include/llvm/ProfileData/
H A DSymbolRemappingReader.h84 StringRef getMessage() const { return Message; } in getMessage() function
H A DInstrProf.h410 const std::string &getMessage() const { return Msg; } getMessage() function
/llvm-project/mlir/include/mlir/Dialect/Transform/Utils/
H A DDiagnosedSilenceableFailure.h89 std::string getMessage() const { in getMessage() function
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DDiagnostic.h37 StringRef getMessage() const { return message; } in getMessage() function
/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp123 const char *getMessage() const { return Err ? Err->c_str() : nullptr; }; in getMessage() function
/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h311 StringRef getMessage() const { return Message; } in getMessage() function
H A DError.h1276 const std::string &getMessage() const { return Msg; } getMessage() function
/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp352 syntax::Expression *syntax::StaticAssertDeclaration::getMessage() { in getMessage() function in syntax::StaticAssertDeclaration
/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h505 StringRef getMessage() const { return Diagnostic.getMessage(); } in getMessage() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp476 std::string StateUpdateReporter::getMessage(PathSensitiveBugReport &BR) const { in getMessage() function in StateUpdateReporter
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h162 const std::string &getMessage() const { return Msg; } getMessage() function
/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1030 const Twine &getMessage() const { return Msg; } getMessage() function
/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1719 StringRef getMessage() const { return Message; } getMessage() function
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4084 Expr *getMessage() { return Message; } getMessage() function
4085 const Expr *getMessage() const { return Message; } getMessage() function
/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h94 const std::string &getMessage() const { return Msg; } getMessage() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp298 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage() function in StackHintGeneratorForSymbol
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp981 py::str PyDiagnostic::getMessage() { getMessage() function in PyDiagnostic