Lines Matching refs:getCheckIfTracked

397   Optional<CheckKind> getCheckIfTracked(AllocationFamily Family,
399 Optional<CheckKind> getCheckIfTracked(CheckerContext &C,
402 Optional<CheckKind> getCheckIfTracked(CheckerContext &C, SymbolRef Sym,
1637 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked() function in MallocChecker
1672 MallocChecker::getCheckIfTracked(CheckerContext &C, in getCheckIfTracked() function in MallocChecker
1675 return getCheckIfTracked(getAllocationFamily(C, AllocDeallocStmt), in getCheckIfTracked()
1680 MallocChecker::getCheckIfTracked(CheckerContext &C, SymbolRef Sym, in getCheckIfTracked() function in MallocChecker
1687 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck); in getCheckIfTracked()
1786 getCheckIfTracked(C, DeallocExpr); in ReportBadFree()
1914 getCheckIfTracked(C, AllocExpr); in ReportOffsetFree()
1969 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportUseAfterFree()
2006 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportDoubleFree()
2034 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportDoubleDelete()
2061 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportUseZeroAllocated()
2090 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, FreeExpr); in ReportFunctionPointerFree()
2297 CheckKind = getCheckIfTracked(Family, true); in reportLeak()
3062 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in printState()
3064 CheckKind = getCheckIfTracked(Family, true); in printState()