Searched refs:getCheckIfTracked (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 397 Optional<CheckKind> getCheckIfTracked(AllocationFamily Family, 399 Optional<CheckKind> getCheckIfTracked(CheckerContext &C, 1637 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked() function in MallocChecker 1672 MallocChecker::getCheckIfTracked(CheckerContext &C, in getCheckIfTracked() function in MallocChecker 1675 return getCheckIfTracked(getAllocationFamily(C, AllocDeallocStmt), in getCheckIfTracked() 1680 MallocChecker::getCheckIfTracked(CheckerContext &C, SymbolRef Sym, in getCheckIfTracked() function in MallocChecker 1687 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck); in getCheckIfTracked() 1786 getCheckIfTracked(C, DeallocExpr); in ReportBadFree() 1914 getCheckIfTracked(C, AllocExpr); in ReportOffsetFree() 2297 CheckKind = getCheckIfTracked(Family, true); in reportLeak() [all …]
|