Home
last modified time | relevance | path

Searched refs:getCheckIfTracked (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp358 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()
[all …]