Searched refs:getCheckIfTracked (Results 1 – 1 of 1) sorted by relevance
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 MallocChecker2107 MallocChecker::getCheckIfTracked(CheckerContext &C, SymbolRef Sym, in getCheckIfTracked() function in MallocChecker2114 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()2747 getCheckIfTracked(Family, true); in HandleLeak()3567 getCheckIfTracked(Family); in printState()[all …]