Searched refs:ReportDifferentArrayElementSize (Results 1 – 3 of 3) sorted by relevance
428 std::string ReportDifferentArrayElementSize::getRemarkName() const { in getRemarkName()432 const Value *ReportDifferentArrayElementSize::getRemarkBB() const { in getRemarkBB()436 std::string ReportDifferentArrayElementSize::getMessage() const { in getMessage()440 bool ReportDifferentArrayElementSize::classof(const RejectReason *RR) { in classof()444 std::string ReportDifferentArrayElementSize::getEndUserMessage() const { in getEndUserMessage()
1110 return invalid<ReportDifferentArrayElementSize>(Context, /*Assert=*/true, in isValidAccess()
532 class ReportDifferentArrayElementSize final : public ReportAffFunc {537 ReportDifferentArrayElementSize(const Instruction *Inst, const Value *V) in ReportDifferentArrayElementSize() function