Searched refs:getCheckIfTracked (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 675 Optional<CheckKind> getCheckIfTracked(AllocationFamily Family, 678 Optional<CheckKind> getCheckIfTracked(CheckerContext &C, SymbolRef Sym, 1866 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked() function in MallocChecker 1901 MallocChecker::getCheckIfTracked(CheckerContext &C, SymbolRef Sym, in getCheckIfTracked() function in MallocChecker 1908 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck); in getCheckIfTracked() 2008 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in HandleNonHeapDealloc() 2141 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in HandleOffsetFree() 2198 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleUseAfterFree() 2237 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleDoubleFree() 2537 CheckKind = getCheckIfTracked(Family, true); in HandleLeak() [all …]
|