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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp378 const Expr *DeallocatorExpr = CE->getArg(5)->IgnoreParenCasts(); local
380 if (DeallocatorExpr->isNullPointerConstant(C.getASTContext(),
387 if (const DeclRefExpr *DE = dyn_cast<DeclRefExpr>(DeallocatorExpr)) {

Completed in 547 milliseconds