Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopDetectionDiagnostic.cpp234 std::string ReportUnreachableInExit::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportUnreachableInExit
259 std::string ReportIrreducibleRegion::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportIrreducibleRegion
385 std::string ReportVariantBasePtr::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportVariantBasePtr
412 std::string ReportDifferentArrayElementSize::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportDifferentArrayElementSize
439 std::string ReportNonAffineAccess::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportNonAffineAccess
467 std::string ReportLoopBound::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportLoopBound
490 std::string ReportLoopHasNoExit::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportLoopHasNoExit
515 std::string ReportLoopHasMultipleExits::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportLoopHasMultipleExits
541 std::string ReportLoopOnlySomeLatches::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportLoopOnlySomeLatches
564 std::string ReportFuncCall::getEndUserMessage() const { in getEndUserMessage() function in polly::ReportFuncCall
[all …]
/external/llvm-project/polly/include/polly/
DScopDetectionDiagnostic.h146 virtual std::string getEndUserMessage() const { return "Unspecified error."; } in getEndUserMessage() function