Searched refs:DeallocExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 685 const Expr *DeallocExpr, 692 const Expr *DeallocExpr, const RefState *RS, 696 const Expr *DeallocExpr, AllocationFamily Family, 2000 const Expr *DeallocExpr, in HandleNonHeapDealloc() argument 2025 if (!printMemFnName(os, C, DeallocExpr)) in HandleNonHeapDealloc() 2076 const Expr *DeallocExpr, in HandleMismatchedDealloc() argument 2101 if (printMemFnName(DeallocOs, C, DeallocExpr)) in HandleMismatchedDealloc() 2118 if (printMemFnName(DeallocOs, C, DeallocExpr)) in HandleMismatchedDealloc() 2132 SourceRange Range, const Expr *DeallocExpr, in HandleOffsetFree() argument 2170 if (!printMemFnName(os, C, DeallocExpr)) in HandleOffsetFree()
|