Searched refs:ReportDifferentArrayElementSize (Results 1 – 3 of 3) sorted by relevance
425 // ReportDifferentArrayElementSize427 std::string ReportDifferentArrayElementSize::getRemarkName() const {431 const Value *ReportDifferentArrayElementSize::getRemarkBB() const {435 std::string ReportDifferentArrayElementSize::getMessage() const {439 bool ReportDifferentArrayElementSize::classof(const RejectReason *RR) {443 std::string ReportDifferentArrayElementSize::getEndUserMessage() const {
1105 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