Home
last modified time | relevance | path

Searched refs:ReportDifferentArrayElementSize (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/lib/Analysis/
DScopDetectionDiagnostic.cpp396 std::string ReportDifferentArrayElementSize::getRemarkName() const { in getRemarkName()
400 const Value *ReportDifferentArrayElementSize::getRemarkBB() const { in getRemarkBB()
404 std::string ReportDifferentArrayElementSize::getMessage() const { in getMessage()
408 bool ReportDifferentArrayElementSize::classof(const RejectReason *RR) { in classof()
412 std::string ReportDifferentArrayElementSize::getEndUserMessage() const { in getEndUserMessage()
DScopDetection.cpp1092 return invalid<ReportDifferentArrayElementSize>(Context, /*Assert=*/true, in isValidAccess()
/external/llvm-project/polly/include/polly/
DScopDetectionDiagnostic.h497 class ReportDifferentArrayElementSize : public ReportAffFunc {
502 ReportDifferentArrayElementSize(const Instruction *Inst, const Value *V) in ReportDifferentArrayElementSize() function