Searched defs:DeallocExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp229 /// family derived from the DeallocExpr.
231 const Expr *DeallocExpr) const;
330 const Expr *DeallocExpr) const;
332 const Expr *DeallocExpr, const RefState *RS,
335 const Expr *DeallocExpr,
1329 const Expr *DeallocExpr) const {
1337 getCheckIfTracked(C, DeallocExpr);
1357 if (!printAllocDeallocName(os, C, DeallocExpr))
1368 printExpectedAllocName(os, C, DeallocExpr);
1380 const Expr *DeallocExpr,
1378 ReportMismatchedDealloc(CheckerContext &C, SourceRange Range, const Expr *DeallocExpr, const RefState *RS, SymbolRef Sym, bool OwnershipTransferred) const argument
1433 ReportOffsetFree(CheckerContext &C, SVal ArgVal, SourceRange Range, const Expr *DeallocExpr, const Expr *AllocExpr) const argument
[all...]

Completed in 285 milliseconds