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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp322 Optional<CheckKind> getCheckIfTracked(AllocationFamily Family) const;
323 Optional<CheckKind> getCheckIfTracked(CheckerContext &C,
325 Optional<CheckKind> getCheckIfTracked(CheckerContext &C, SymbolRef Sym) const;
1202 MallocChecker::getCheckIfTracked(AllocationFamily Family) const { function in class:MallocChecker
1227 MallocChecker::getCheckIfTracked(CheckerContext &C, function in class:MallocChecker
1229 return getCheckIfTracked(getAllocationFamily(C, AllocDeallocStmt));
1233 MallocChecker::getCheckIfTracked(CheckerContext &C, SymbolRef Sym) const { function in class:MallocChecker
1237 return getCheckIfTracked(RS->getAllocationFamily());
1337 getCheckIfTracked(C, DeallocExpr);
1443 getCheckIfTracked(
[all...]

Completed in 75 milliseconds