Searched refs:DeallocOs (Results 1 – 1 of 1) sorted by relevance
1685 llvm::raw_svector_ostream DeallocOs(DeallocBuf); in ReportMismatchedDealloc() local1688 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc()1689 os << DeallocOs.str() << " cannot"; in ReportMismatchedDealloc()1705 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc()1706 os << ", not " << DeallocOs.str(); in ReportMismatchedDealloc()