Searched refs:DeallocExpr (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/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, 2203 const Expr *DeallocExpr, in HandleNonHeapDealloc() argument 2228 if (!printMemFnName(os, C, DeallocExpr)) in HandleNonHeapDealloc() 2279 const Expr *DeallocExpr, in HandleMismatchedDealloc() argument 2304 if (printMemFnName(DeallocOs, C, DeallocExpr)) in HandleMismatchedDealloc() 2321 if (printMemFnName(DeallocOs, C, DeallocExpr)) in HandleMismatchedDealloc() 2335 SourceRange Range, const Expr *DeallocExpr, in HandleOffsetFree() argument 2373 if (!printMemFnName(os, C, DeallocExpr)) in HandleOffsetFree()
|