Lines Matching refs:getCheckIfTracked
358 Optional<CheckKind> getCheckIfTracked(AllocationFamily Family,
360 Optional<CheckKind> getCheckIfTracked(CheckerContext &C,
363 Optional<CheckKind> getCheckIfTracked(CheckerContext &C, SymbolRef Sym,
1462 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked() function in MallocChecker
1493 MallocChecker::getCheckIfTracked(CheckerContext &C, in getCheckIfTracked() function in MallocChecker
1496 return getCheckIfTracked(getAllocationFamily(C, AllocDeallocStmt), in getCheckIfTracked()
1501 MallocChecker::getCheckIfTracked(CheckerContext &C, SymbolRef Sym, in getCheckIfTracked() function in MallocChecker
1508 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck); in getCheckIfTracked()
1607 getCheckIfTracked(C, DeallocExpr); in ReportBadFree()
1735 getCheckIfTracked(C, AllocExpr); in ReportOffsetFree()
1789 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportUseAfterFree()
1816 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportDoubleFree()
1844 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportDoubleDelete()
1870 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportUseZeroAllocated()
2073 CheckKind = getCheckIfTracked(Family, true); in reportLeak()
2715 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in printState()
2717 CheckKind = getCheckIfTracked(Family, true); in printState()