Searched refs:ReportDifferentArrayElementSize (Results 1 – 3 of 3) sorted by relevance
396 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()
1092 return invalid<ReportDifferentArrayElementSize>(Context, /*Assert=*/true, in isValidAccess()
497 class ReportDifferentArrayElementSize : public ReportAffFunc {502 ReportDifferentArrayElementSize(const Instruction *Inst, const Value *V) in ReportDifferentArrayElementSize() function