Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp218 bool printAllocDeallocName(raw_ostream &os, CheckerContext &C,
893 bool MallocChecker::printAllocDeallocName(raw_ostream &os, CheckerContext &C, in printAllocDeallocName() function in MallocChecker
1238 if (!printAllocDeallocName(os, C, DeallocExpr)) in ReportBadFree()
1284 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc()
1291 if (printAllocDeallocName(AllocOs, C, AllocExpr)) in ReportMismatchedDealloc()
1295 if (printAllocDeallocName(AllocOs, C, AllocExpr)) in ReportMismatchedDealloc()
1301 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc()
1348 if (!printAllocDeallocName(os, C, DeallocExpr)) in ReportOffsetFree()
1355 if (AllocExpr && printAllocDeallocName(AllocNameOs, C, AllocExpr)) in ReportOffsetFree()