Searched refs:printAllocDeallocName (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 251 bool printAllocDeallocName(raw_ostream &os, CheckerContext &C, 1244 bool MallocChecker::printAllocDeallocName(raw_ostream &os, CheckerContext &C, in printAllocDeallocName() function in MallocChecker 1624 if (!printAllocDeallocName(os, C, DeallocExpr)) in ReportBadFree() 1696 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc() 1703 if (printAllocDeallocName(AllocOs, C, AllocExpr)) in ReportMismatchedDealloc() 1707 if (printAllocDeallocName(AllocOs, C, AllocExpr)) in ReportMismatchedDealloc() 1713 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc() 1764 if (!printAllocDeallocName(os, C, DeallocExpr)) in ReportOffsetFree() 1771 if (AllocExpr && printAllocDeallocName(AllocNameOs, C, AllocExpr)) in ReportOffsetFree()
|