Home
last modified time | relevance | path

Searched refs:AllocOs (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp1691 llvm::raw_svector_ostream AllocOs(AllocBuf); in ReportMismatchedDealloc() local
1703 if (printAllocDeallocName(AllocOs, C, AllocExpr)) in ReportMismatchedDealloc()
1704 os << " allocated by " << AllocOs.str(); in ReportMismatchedDealloc()
1707 if (printAllocDeallocName(AllocOs, C, AllocExpr)) in ReportMismatchedDealloc()
1708 os << " allocated by " << AllocOs.str(); in ReportMismatchedDealloc()