Searched refs:DeallocExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 686 const Expr *DeallocExpr, 693 const Expr *DeallocExpr, const RefState *RS, 697 const Expr *DeallocExpr, AllocationFamily Family, 2208 const Expr *DeallocExpr, in HandleNonHeapDealloc() argument 2233 if (!printMemFnName(os, C, DeallocExpr)) in HandleNonHeapDealloc() 2284 const Expr *DeallocExpr, in HandleMismatchedDealloc() argument 2309 if (printMemFnName(DeallocOs, C, DeallocExpr)) in HandleMismatchedDealloc() 2326 if (printMemFnName(DeallocOs, C, DeallocExpr)) in HandleMismatchedDealloc() 2340 SourceRange Range, const Expr *DeallocExpr, in HandleOffsetFree() argument 2378 if (!printMemFnName(os, C, DeallocExpr)) in HandleOffsetFree()
|