Home
last modified time | relevance | path

Searched defs:getEndUserMessage (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp235 std::string ReportUnreachableInExit::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportUnreachableInExit
266 std::string ReportIndirectPredecessor::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportIndirectPredecessor
291 std::string ReportIrreducibleRegion::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportIrreducibleRegion
417 std::string ReportVariantBasePtr::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportVariantBasePtr
471 std::string ReportNonAffineAccess::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportNonAffineAccess
499 std::string ReportLoopBound::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportLoopBound
522 std::string ReportLoopHasNoExit::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportLoopHasNoExit
596 std::string ReportFuncCall::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportFuncCall
684 std::string ReportAlias::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportAlias
792 std::string ReportEntry::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportEntry
[all …]
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h155 virtual std::string getEndUserMessage() const { return "Unspecified error."; } in getEndUserMessage() function