Searched refs:DeallocOs (Results 1 – 1 of 1) sorted by relevance
1872 llvm::raw_svector_ostream DeallocOs(DeallocBuf); in ReportMismatchedDealloc() local1875 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc()1876 os << DeallocOs.str() << " cannot"; in ReportMismatchedDealloc()1892 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc()1893 os << ", not " << DeallocOs.str(); in ReportMismatchedDealloc()