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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp355 Optional<CheckKind> getCheckIfTracked(AllocationFamily Family,
357 Optional<CheckKind> getCheckIfTracked(CheckerContext &C,
360 Optional<CheckKind> getCheckIfTracked(CheckerContext &C, SymbolRef Sym,
1454 MallocChecker::getCheckIfTracked(AllocationFamily Family, function in class:MallocChecker
1485 MallocChecker::getCheckIfTracked(CheckerContext &C, function in class:MallocChecker
1488 return getCheckIfTracked(getAllocationFamily(C, AllocDeallocStmt),
1493 MallocChecker::getCheckIfTracked(CheckerContext &C, SymbolRef Sym, function in class:MallocChecker
1500 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck);
1599 getCheckIfTracked(C, DeallocExpr);
1727 getCheckIfTracked(
[all...]

Completed in 298 milliseconds