Searched refs:DeallocExpr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 700 const Expr *DeallocExpr, 707 const Expr *DeallocExpr, const RefState *RS, 711 const Expr *DeallocExpr, AllocationFamily Family, 2212 const Expr *DeallocExpr, in HandleNonHeapDealloc() argument 2237 if (!printMemFnName(os, C, DeallocExpr)) in HandleNonHeapDealloc() 2288 const Expr *DeallocExpr, in HandleMismatchedDealloc() argument 2313 if (printMemFnName(DeallocOs, C, DeallocExpr)) in HandleMismatchedDealloc() 2330 if (printMemFnName(DeallocOs, C, DeallocExpr)) in HandleMismatchedDealloc() 2344 SourceRange Range, const Expr *DeallocExpr, in HandleOffsetFree() argument 2382 if (!printMemFnName(os, C, DeallocExpr)) in HandleOffsetFree()
|