Home
last modified time | relevance | path

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

/llvm-project/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp235 std::string ReportUnreachableInExit::getEndUserMessage() const { getEndUserMessage() function in polly::ReportUnreachableInExit
266 std::string ReportIndirectPredecessor::getEndUserMessage() const { getEndUserMessage() function in polly::ReportIndirectPredecessor
291 std::string ReportIrreducibleRegion::getEndUserMessage() const { getEndUserMessage() function in polly::ReportIrreducibleRegion
417 std::string ReportVariantBasePtr::getEndUserMessage() const { getEndUserMessage() function in polly::ReportVariantBasePtr
444 std::string ReportDifferentArrayElementSize::getEndUserMessage() const { getEndUserMessage() function in polly::ReportDifferentArrayElementSize
471 std::string ReportNonAffineAccess::getEndUserMessage() const { getEndUserMessage() function in polly::ReportNonAffineAccess
499 std::string ReportLoopBound::getEndUserMessage() const { getEndUserMessage() function in polly::ReportLoopBound
522 std::string ReportLoopHasNoExit::getEndUserMessage() const { getEndUserMessage() function in polly::ReportLoopHasNoExit
547 std::string ReportLoopHasMultipleExits::getEndUserMessage() const { getEndUserMessage() function in polly::ReportLoopHasMultipleExits
573 std::string ReportLoopOnlySomeLatches::getEndUserMessage() const { getEndUserMessage() function in polly::ReportLoopOnlySomeLatches
596 std::string ReportFuncCall::getEndUserMessage() const { getEndUserMessage() function in polly::ReportFuncCall
627 std::string ReportNonSimpleMemoryAccess::getEndUserMessage() const { getEndUserMessage() function in polly::ReportNonSimpleMemoryAccess
683 std::string ReportAlias::getEndUserMessage() const { getEndUserMessage() function in polly::ReportAlias
791 std::string ReportEntry::getEndUserMessage() const { getEndUserMessage() function in polly::ReportEntry
817 std::string ReportUnprofitable::getEndUserMessage() const { getEndUserMessage() function in polly::ReportUnprofitable
[all...]
/llvm-project/polly/include/polly/
H A DScopDetectionDiagnostic.h155 virtual std::string getEndUserMessage() const { return "Unspecified error."; } in getEndUserMessage() function