Searched defs:getEndUserMessage (Results 1 – 2 of 2) sorted by relevance
234 std::string ReportUnreachableInExit::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportUnreachableInExit259 std::string ReportIrreducibleRegion::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportIrreducibleRegion385 std::string ReportVariantBasePtr::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportVariantBasePtr412 std::string ReportDifferentArrayElementSize::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportDifferentArrayElementSize439 std::string ReportNonAffineAccess::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportNonAffineAccess467 std::string ReportLoopBound::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportLoopBound490 std::string ReportLoopHasNoExit::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportLoopHasNoExit515 std::string ReportLoopHasMultipleExits::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportLoopHasMultipleExits541 std::string ReportLoopOnlySomeLatches::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportLoopOnlySomeLatches564 std::string ReportFuncCall::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportFuncCall[all …]
146 virtual std::string getEndUserMessage() const { return "Unspecified error."; } in getEndUserMessage() function