reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

tools/polly/include/polly/ScopDetectionDiagnostic.h
  126   virtual std::string getRemarkName() const = 0;

Overridden By

tools/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
  579 std::string ReportNonSimpleMemoryAccess::getRemarkName() const {
  682 std::string ReportIntToPtr::getRemarkName() const { return "IntToPtr"; }
  706 std::string ReportAlloca::getRemarkName() const { return "Alloca"; }
  728 std::string ReportUnknownInst::getRemarkName() const { return "UnknownInst"; }
  752 std::string ReportEntry::getRemarkName() const { return "Entry"; }
  778 std::string ReportUnprofitable::getRemarkName() const { return "Unprofitable"; }

Declarations

tools/polly/include/polly/ScopDetectionDiagnostic.h
  712   std::string getRemarkName() const override;