Lines Matching refs:getCheckIfTracked
676 std::optional<CheckKind> getCheckIfTracked(AllocationFamily Family,
679 std::optional<CheckKind> getCheckIfTracked(CheckerContext &C, SymbolRef Sym,
2072 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked() function in MallocChecker
2107 MallocChecker::getCheckIfTracked(CheckerContext &C, SymbolRef Sym, in getCheckIfTracked() function in MallocChecker
2114 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck); in getCheckIfTracked()
2216 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in HandleNonHeapDealloc()
2349 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in HandleOffsetFree()
2406 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleUseAfterFree()
2445 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleDoubleFree()
2475 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleDoubleDelete()
2502 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleUseZeroAlloc()
2535 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in HandleFunctionPtrFree()
2747 getCheckIfTracked(Family, true); in HandleLeak()
3567 getCheckIfTracked(Family); in printState()
3569 CheckKind = getCheckIfTracked(Family, true); in printState()