Searched refs:getCheckIfTracked (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 690 Optional<CheckKind> getCheckIfTracked(AllocationFamily Family, 693 Optional<CheckKind> getCheckIfTracked(CheckerContext &C, SymbolRef Sym, 2078 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked() function in MallocChecker 2113 MallocChecker::getCheckIfTracked(CheckerContext &C, SymbolRef Sym, in getCheckIfTracked() function in MallocChecker 2120 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck); in getCheckIfTracked() 2220 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in HandleNonHeapDealloc() 2353 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in HandleOffsetFree() 2410 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleUseAfterFree() 2449 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleDoubleFree() 2751 CheckKind = getCheckIfTracked(Family, true); in HandleLeak() [all …]
|