Searched refs:DeallocExpr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 720 const Expr *DeallocExpr, 727 const Expr *DeallocExpr, const RefState *RS, 731 const Expr *DeallocExpr, AllocationFamily Family, 2256 const Expr *DeallocExpr, in HandleNonHeapDealloc() argument 2281 if (!printMemFnName(os, C, DeallocExpr)) in HandleNonHeapDealloc() 2332 const Expr *DeallocExpr, in HandleMismatchedDealloc() argument 2357 if (printMemFnName(DeallocOs, C, DeallocExpr)) in HandleMismatchedDealloc() 2374 if (printMemFnName(DeallocOs, C, DeallocExpr)) in HandleMismatchedDealloc() 2388 SourceRange Range, const Expr *DeallocExpr, in HandleOffsetFree() argument 2426 if (!printMemFnName(os, C, DeallocExpr)) in HandleOffsetFree()
|