Searched refs:DeallocOs (Results 1 – 1 of 1) sorted by relevance
1677 llvm::raw_svector_ostream DeallocOs(DeallocBuf); in ReportMismatchedDealloc() local1680 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc()1681 os << DeallocOs.str() << " cannot"; in ReportMismatchedDealloc()1697 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc()1698 os << ", not " << DeallocOs.str(); in ReportMismatchedDealloc()