Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDMallocChecker.cpp1676 llvm::raw_svector_ostream AllocOs(AllocBuf); in ReportMismatchedDealloc() local
1688 if (printAllocDeallocName(AllocOs, C, AllocExpr)) in ReportMismatchedDealloc()
1689 os << " allocated by " << AllocOs.str(); in ReportMismatchedDealloc()
1692 if (printAllocDeallocName(AllocOs, C, AllocExpr)) in ReportMismatchedDealloc()
1693 os << " allocated by " << AllocOs.str(); in ReportMismatchedDealloc()