Home
last modified time | relevance | path

Searched refs:printMemFnName (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMallocChecker.cpp121 static bool printMemFnName(raw_ostream &os, CheckerContext &C, const Expr *E);
1880 static bool printMemFnName(raw_ostream &os, CheckerContext &C, const Expr *E) { in printMemFnName() function
2281 if (!printMemFnName(os, C, DeallocExpr)) in HandleNonHeapDealloc()
2357 if (printMemFnName(DeallocOs, C, DeallocExpr)) in HandleMismatchedDealloc()
2364 if (printMemFnName(AllocOs, C, AllocExpr)) in HandleMismatchedDealloc()
2368 if (printMemFnName(AllocOs, C, AllocExpr)) in HandleMismatchedDealloc()
2374 if (printMemFnName(DeallocOs, C, DeallocExpr)) in HandleMismatchedDealloc()
2426 if (!printMemFnName(os, C, DeallocExpr)) in HandleOffsetFree()
2433 if (AllocExpr && printMemFnName(AllocNameOs, C, AllocExpr)) in HandleOffsetFree()
2600 if (!printMemFnName(Os, C, FreeExpr)) in HandleFunctionPtrFree()