Searched defs:getEndUserMessage (Results 1 – 2 of 2) sorted by relevance
235 std::string ReportUnreachableInExit::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportUnreachableInExit266 std::string ReportIndirectPredecessor::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportIndirectPredecessor291 std::string ReportIrreducibleRegion::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportIrreducibleRegion417 std::string ReportVariantBasePtr::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportVariantBasePtr471 std::string ReportNonAffineAccess::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportNonAffineAccess499 std::string ReportLoopBound::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportLoopBound522 std::string ReportLoopHasNoExit::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportLoopHasNoExit596 std::string ReportFuncCall::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportFuncCall684 std::string ReportAlias::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportAlias792 std::string ReportEntry::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportEntry[all …]
155 virtual std::string getEndUserMessage() const { return "Unspecified error."; } in getEndUserMessage() function