Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp346 const Expr *DeallocatorExpr = CE->getArg(5)->IgnoreParenCasts(); in checkPreStmt() local
348 if (DeallocatorExpr->isNullPointerConstant(C.getASTContext(), in checkPreStmt()
355 if (const DeclRefExpr *DE = dyn_cast<DeclRefExpr>(DeallocatorExpr)) { in checkPreStmt()